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