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); }
69 inline void SetPlainText(
const char* value) { m_plainTextHasBeenSet =
true; m_plainText.assign(value); }
102 bool m_keyIdentifierHasBeenSet =
false;
105 bool m_plainTextHasBeenSet =
false;
108 bool m_encryptionAttributesHasBeenSet =
false;
111 bool m_wrappedKeyHasBeenSet =
false;
const EncryptionDecryptionAttributes & GetEncryptionAttributes() const
bool PlainTextHasBeenSet() const
void SetWrappedKey(const WrappedKey &value)
const Aws::String & GetPlainText() const
EncryptDataRequest & WithWrappedKey(const WrappedKey &value)
bool KeyIdentifierHasBeenSet() const
EncryptDataRequest & WithKeyIdentifier(const char *value)
void SetPlainText(const Aws::String &value)
const Aws::String & GetKeyIdentifier() const
void SetKeyIdentifier(const char *value)
void SetKeyIdentifier(const Aws::String &value)
const WrappedKey & GetWrappedKey() const
EncryptDataRequest & WithKeyIdentifier(const Aws::String &value)
void SetWrappedKey(WrappedKey &&value)
EncryptDataRequest & WithPlainText(const char *value)
EncryptDataRequest & WithKeyIdentifier(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
void SetEncryptionAttributes(EncryptionDecryptionAttributes &&value)
EncryptDataRequest & WithEncryptionAttributes(const EncryptionDecryptionAttributes &value)
bool EncryptionAttributesHasBeenSet() const
EncryptDataRequest & WithPlainText(const Aws::String &value)
EncryptDataRequest & WithWrappedKey(WrappedKey &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API EncryptDataRequest()
void SetPlainText(Aws::String &&value)
EncryptDataRequest & WithPlainText(Aws::String &&value)
void SetPlainText(const char *value)
virtual const char * GetServiceRequestName() const override
void SetKeyIdentifier(Aws::String &&value)
bool WrappedKeyHasBeenSet() const
void SetEncryptionAttributes(const EncryptionDecryptionAttributes &value)
EncryptDataRequest & WithEncryptionAttributes(EncryptionDecryptionAttributes &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String