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