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