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