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