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