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