7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace PaymentCryptographyData {
35 template <
typename KeyArnT = Aws::String>
37 m_keyArnHasBeenSet =
true;
38 m_keyArn = std::forward<KeyArnT>(value);
40 template <
typename KeyArnT = Aws::String>
55 template <
typename KeyCheckValueT = Aws::String>
57 m_keyCheckValueHasBeenSet =
true;
58 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
60 template <
typename KeyCheckValueT = Aws::String>
72 template <
typename CipherTextT = Aws::String>
74 m_cipherTextHasBeenSet =
true;
75 m_cipherText = std::forward<CipherTextT>(value);
77 template <
typename CipherTextT = Aws::String>
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
106 bool m_keyArnHasBeenSet =
false;
107 bool m_keyCheckValueHasBeenSet =
false;
108 bool m_cipherTextHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetCipherText(CipherTextT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetKeyArn() const
ReEncryptDataResult & WithCipherText(CipherTextT &&value)
ReEncryptDataResult & WithKeyCheckValue(KeyCheckValueT &&value)
void SetKeyArn(KeyArnT &&value)
void SetKeyCheckValue(KeyCheckValueT &&value)
const Aws::String & GetKeyCheckValue() const
ReEncryptDataResult & WithKeyArn(KeyArnT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ReEncryptDataResult()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API ReEncryptDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PAYMENTCRYPTOGRAPHYDATA_API ReEncryptDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ReEncryptDataResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetCipherText() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue