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