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