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