7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyDataRequest.h>
9#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
10#include <aws/payment-cryptography-data/model/EncryptionDecryptionAttributes.h>
11#include <aws/payment-cryptography-data/model/WrappedKey.h>
16namespace PaymentCryptographyData {
43 template <
typename KeyIdentifierT = Aws::String>
45 m_keyIdentifierHasBeenSet =
true;
46 m_keyIdentifier = std::forward<KeyIdentifierT>(value);
48 template <
typename KeyIdentifierT = Aws::String>
61 template <
typename CipherTextT = Aws::String>
63 m_cipherTextHasBeenSet =
true;
64 m_cipherText = std::forward<CipherTextT>(value);
66 template <
typename CipherTextT = Aws::String>
79 template <
typename DecryptionAttributesT = EncryptionDecryptionAttributes>
81 m_decryptionAttributesHasBeenSet =
true;
82 m_decryptionAttributes = std::forward<DecryptionAttributesT>(value);
84 template <
typename DecryptionAttributesT = EncryptionDecryptionAttributes>
98 template <
typename WrappedKeyT = WrappedKey>
100 m_wrappedKeyHasBeenSet =
true;
101 m_wrappedKey = std::forward<WrappedKeyT>(value);
103 template <
typename WrappedKeyT = WrappedKey>
117 bool m_keyIdentifierHasBeenSet =
false;
118 bool m_cipherTextHasBeenSet =
false;
119 bool m_decryptionAttributesHasBeenSet =
false;
120 bool m_wrappedKeyHasBeenSet =
false;
bool CipherTextHasBeenSet() const
DecryptDataRequest & WithKeyIdentifier(KeyIdentifierT &&value)
DecryptDataRequest & WithDecryptionAttributes(DecryptionAttributesT &&value)
void SetCipherText(CipherTextT &&value)
void SetKeyIdentifier(KeyIdentifierT &&value)
const EncryptionDecryptionAttributes & GetDecryptionAttributes() const
bool DecryptionAttributesHasBeenSet() const
DecryptDataRequest & WithCipherText(CipherTextT &&value)
const WrappedKey & GetWrappedKey() const
bool WrappedKeyHasBeenSet() const
const Aws::String & GetCipherText() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
void SetDecryptionAttributes(DecryptionAttributesT &&value)
DecryptDataRequest & WithWrappedKey(WrappedKeyT &&value)
virtual const char * GetServiceRequestName() const override
void SetWrappedKey(WrappedKeyT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataRequest()=default
const Aws::String & GetKeyIdentifier() const
bool KeyIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String