Class CreatePoolRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.pinpointsmsvoicev2.transform.CreatePoolRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreatePoolRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreatePoolRequestMarshaller
extends Object
implements Marshaller<CreatePoolRequest>
CreatePoolRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreatePoolRequest createPoolRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreatePoolRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreatePoolRequest>
- Parameters:
- createPoolRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-