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