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