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