7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyDataRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/payment-cryptography-data/model/EncryptionDecryptionAttributes.h>
11#include <aws/payment-cryptography-data/model/WrappedKey.h>
16namespace PaymentCryptographyData
49 inline void SetKeyIdentifier(
const char* value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier.assign(value); }
63 inline void SetCipherText(
const char* value) { m_cipherTextHasBeenSet =
true; m_cipherText.assign(value); }
96 bool m_keyIdentifierHasBeenSet =
false;
99 bool m_cipherTextHasBeenSet =
false;
102 bool m_decryptionAttributesHasBeenSet =
false;
105 bool m_wrappedKeyHasBeenSet =
false;
DecryptDataRequest & WithWrappedKey(const WrappedKey &value)
DecryptDataRequest & WithKeyIdentifier(const Aws::String &value)
DecryptDataRequest & WithKeyIdentifier(const char *value)
void SetDecryptionAttributes(EncryptionDecryptionAttributes &&value)
void SetKeyIdentifier(const Aws::String &value)
void SetCipherText(const char *value)
DecryptDataRequest & WithCipherText(const Aws::String &value)
bool CipherTextHasBeenSet() const
void SetDecryptionAttributes(const EncryptionDecryptionAttributes &value)
void SetWrappedKey(const WrappedKey &value)
DecryptDataRequest & WithDecryptionAttributes(EncryptionDecryptionAttributes &&value)
DecryptDataRequest & WithDecryptionAttributes(const EncryptionDecryptionAttributes &value)
DecryptDataRequest & WithCipherText(Aws::String &&value)
DecryptDataRequest & WithKeyIdentifier(Aws::String &&value)
const EncryptionDecryptionAttributes & GetDecryptionAttributes() const
void SetKeyIdentifier(const char *value)
bool DecryptionAttributesHasBeenSet() const
const WrappedKey & GetWrappedKey() const
bool WrappedKeyHasBeenSet() const
void SetWrappedKey(WrappedKey &&value)
const Aws::String & GetCipherText() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
DecryptDataRequest & WithWrappedKey(WrappedKey &&value)
DecryptDataRequest & WithCipherText(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataRequest()
void SetCipherText(const Aws::String &value)
void SetCipherText(Aws::String &&value)
const Aws::String & GetKeyIdentifier() const
void SetKeyIdentifier(Aws::String &&value)
bool KeyIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String