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