Class ListCollaborationMlInputChannelsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cleanroomsml.transform.ListCollaborationMlInputChannelsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListCollaborationMlInputChannelsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListCollaborationMlInputChannelsRequest>
- Parameters:
listCollaborationMlInputChannelsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-