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