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