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