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