Class ListWhatsAppTemplateLibraryRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.socialmessaging.transform.ListWhatsAppTemplateLibraryRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListWhatsAppTemplateLibraryRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListWhatsAppTemplateLibraryRequest>- Parameters:
listWhatsAppTemplateLibraryRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-