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