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