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