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