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