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