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>
67 template <
typename PlainTextT = Aws::String>
69 m_plainTextHasBeenSet =
true;
70 m_plainText = std::forward<PlainTextT>(value);
72 template <
typename PlainTextT = Aws::String>
85 template <
typename EncryptionAttributesT = EncryptionDecryptionAttributes>
87 m_encryptionAttributesHasBeenSet =
true;
88 m_encryptionAttributes = std::forward<EncryptionAttributesT>(value);
90 template <
typename EncryptionAttributesT = EncryptionDecryptionAttributes>
104 template <
typename WrappedKeyT = WrappedKey>
106 m_wrappedKeyHasBeenSet =
true;
107 m_wrappedKey = std::forward<WrappedKeyT>(value);
109 template <
typename WrappedKeyT = WrappedKey>
123 bool m_keyIdentifierHasBeenSet =
false;
124 bool m_plainTextHasBeenSet =
false;
125 bool m_encryptionAttributesHasBeenSet =
false;
126 bool m_wrappedKeyHasBeenSet =
false;
void SetEncryptionAttributes(EncryptionAttributesT &&value)
const EncryptionDecryptionAttributes & GetEncryptionAttributes() const
void SetKeyIdentifier(KeyIdentifierT &&value)
bool PlainTextHasBeenSet() const
const Aws::String & GetPlainText() const
bool KeyIdentifierHasBeenSet() const
EncryptDataRequest & WithEncryptionAttributes(EncryptionAttributesT &&value)
const Aws::String & GetKeyIdentifier() const
void SetWrappedKey(WrappedKeyT &&value)
const WrappedKey & GetWrappedKey() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
bool EncryptionAttributesHasBeenSet() const
EncryptDataRequest & WithWrappedKey(WrappedKeyT &&value)
EncryptDataRequest & WithKeyIdentifier(KeyIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetPlainText(PlainTextT &&value)
bool WrappedKeyHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API EncryptDataRequest()=default
EncryptDataRequest & WithPlainText(PlainTextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String