Class ListWorkflowRunsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.codecatalyst.transform.ListWorkflowRunsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListWorkflowRunsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListWorkflowRunsRequestMarshaller
extends Object
implements Marshaller<ListWorkflowRunsRequest>
ListWorkflowRunsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListWorkflowRunsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListWorkflowRunsRequest listWorkflowRunsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListWorkflowRunsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListWorkflowRunsRequest>
- Parameters:
- listWorkflowRunsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-