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