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