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