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