Class DeleteVariantStoreRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.omics.transform.DeleteVariantStoreRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DeleteVariantStoreRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteVariantStoreRequestMarshaller
extends Object
implements Marshaller<DeleteVariantStoreRequest>
DeleteVariantStoreRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDeleteVariantStoreRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteVariantStoreRequest deleteVariantStoreRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteVariantStoreRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteVariantStoreRequest>
- Parameters:
- deleteVariantStoreRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-