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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DisassociateFlowRequest>
- Parameters:
disassociateFlowRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-