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