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