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