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