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