Class ListMlInputChannelsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cleanroomsml.transform.ListMlInputChannelsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListMlInputChannelsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListMlInputChannelsRequestMarshaller
extends Object
implements Marshaller<ListMlInputChannelsRequest>
ListMlInputChannelsRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionListMlInputChannelsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(ListMlInputChannelsRequest listMlInputChannelsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
ListMlInputChannelsRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListMlInputChannelsRequest>- Parameters:
listMlInputChannelsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-