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