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