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/ReEncryptionAttributes.h>
11#include <aws/payment-cryptography-data/model/WrappedKey.h>
16namespace PaymentCryptographyData
48 inline void SetIncomingKeyIdentifier(
const char* value) { m_incomingKeyIdentifierHasBeenSet =
true; m_incomingKeyIdentifier.assign(value); }
63 inline void SetOutgoingKeyIdentifier(
const char* value) { m_outgoingKeyIdentifierHasBeenSet =
true; m_outgoingKeyIdentifier.assign(value); }
78 inline void SetCipherText(
const char* value) { m_cipherTextHasBeenSet =
true; m_cipherText.assign(value); }
137 bool m_incomingKeyIdentifierHasBeenSet =
false;
140 bool m_outgoingKeyIdentifierHasBeenSet =
false;
143 bool m_cipherTextHasBeenSet =
false;
146 bool m_incomingEncryptionAttributesHasBeenSet =
false;
149 bool m_outgoingEncryptionAttributesHasBeenSet =
false;
152 bool m_incomingWrappedKeyHasBeenSet =
false;
155 bool m_outgoingWrappedKeyHasBeenSet =
false;
const ReEncryptionAttributes & GetOutgoingEncryptionAttributes() const
bool IncomingWrappedKeyHasBeenSet() const
const Aws::String & GetOutgoingKeyIdentifier() const
ReEncryptDataRequest & WithIncomingKeyIdentifier(Aws::String &&value)
ReEncryptDataRequest & WithIncomingKeyIdentifier(const char *value)
ReEncryptDataRequest & WithOutgoingEncryptionAttributes(ReEncryptionAttributes &&value)
ReEncryptDataRequest & WithOutgoingWrappedKey(WrappedKey &&value)
bool IncomingEncryptionAttributesHasBeenSet() const
ReEncryptDataRequest & WithCipherText(const Aws::String &value)
ReEncryptDataRequest & WithOutgoingWrappedKey(const WrappedKey &value)
void SetIncomingEncryptionAttributes(ReEncryptionAttributes &&value)
bool OutgoingKeyIdentifierHasBeenSet() const
ReEncryptDataRequest & WithIncomingKeyIdentifier(const Aws::String &value)
void SetOutgoingKeyIdentifier(const char *value)
const Aws::String & GetCipherText() const
ReEncryptDataRequest & WithOutgoingKeyIdentifier(Aws::String &&value)
void SetIncomingWrappedKey(const WrappedKey &value)
const WrappedKey & GetOutgoingWrappedKey() const
void SetIncomingEncryptionAttributes(const ReEncryptionAttributes &value)
bool IncomingKeyIdentifierHasBeenSet() const
bool CipherTextHasBeenSet() const
void SetCipherText(const Aws::String &value)
void SetCipherText(Aws::String &&value)
ReEncryptDataRequest & WithIncomingEncryptionAttributes(ReEncryptionAttributes &&value)
const ReEncryptionAttributes & GetIncomingEncryptionAttributes() const
const Aws::String & GetIncomingKeyIdentifier() const
ReEncryptDataRequest & WithOutgoingKeyIdentifier(const Aws::String &value)
void SetIncomingKeyIdentifier(const char *value)
ReEncryptDataRequest & WithOutgoingKeyIdentifier(const char *value)
ReEncryptDataRequest & WithCipherText(Aws::String &&value)
const WrappedKey & GetIncomingWrappedKey() const
ReEncryptDataRequest & WithIncomingWrappedKey(WrappedKey &&value)
ReEncryptDataRequest & WithIncomingWrappedKey(const WrappedKey &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
void SetOutgoingKeyIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetOutgoingKeyIdentifier(const Aws::String &value)
void SetIncomingKeyIdentifier(Aws::String &&value)
void SetIncomingWrappedKey(WrappedKey &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ReEncryptDataRequest()
bool OutgoingWrappedKeyHasBeenSet() const
void SetIncomingKeyIdentifier(const Aws::String &value)
void SetOutgoingEncryptionAttributes(ReEncryptionAttributes &&value)
void SetOutgoingEncryptionAttributes(const ReEncryptionAttributes &value)
void SetOutgoingWrappedKey(const WrappedKey &value)
void SetCipherText(const char *value)
ReEncryptDataRequest & WithCipherText(const char *value)
bool OutgoingEncryptionAttributesHasBeenSet() const
ReEncryptDataRequest & WithIncomingEncryptionAttributes(const ReEncryptionAttributes &value)
void SetOutgoingWrappedKey(WrappedKey &&value)
ReEncryptDataRequest & WithOutgoingEncryptionAttributes(const ReEncryptionAttributes &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String