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