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