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