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