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