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