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