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