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