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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<CompleteAttachmentUploadRequest>- Parameters:
 completeAttachmentUploadRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -