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