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