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