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