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
47 template<
typename KeyIdentifierT = Aws::String>
48 void SetKeyIdentifier(KeyIdentifierT&& value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier = std::forward<KeyIdentifierT>(value); }
49 template<
typename KeyIdentifierT = Aws::String>
65 template<
typename PlainTextT = Aws::String>
66 void SetPlainText(PlainTextT&& value) { m_plainTextHasBeenSet =
true; m_plainText = std::forward<PlainTextT>(value); }
67 template<
typename PlainTextT = Aws::String>
77 template<
typename EncryptionAttributesT = EncryptionDecryptionAttributes>
78 void SetEncryptionAttributes(EncryptionAttributesT&& value) { m_encryptionAttributesHasBeenSet =
true; m_encryptionAttributes = std::forward<EncryptionAttributesT>(value); }
79 template<
typename EncryptionAttributesT = EncryptionDecryptionAttributes>
90 template<
typename WrappedKeyT = WrappedKey>
91 void SetWrappedKey(WrappedKeyT&& value) { m_wrappedKeyHasBeenSet =
true; m_wrappedKey = std::forward<WrappedKeyT>(value); }
92 template<
typename WrappedKeyT = WrappedKey>
98 bool m_keyIdentifierHasBeenSet =
false;
101 bool m_plainTextHasBeenSet =
false;
104 bool m_encryptionAttributesHasBeenSet =
false;
107 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