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