Class CreateRegistrationAttachmentRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.pinpointsmsvoicev2.transform.CreateRegistrationAttachmentRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateRegistrationAttachmentRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateRegistrationAttachmentRequest>
- Parameters:
createRegistrationAttachmentRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-