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 PlainTextT = Aws::String>
74 m_plainTextHasBeenSet =
true;
75 m_plainText = std::forward<PlainTextT>(value);
77 template <
typename PlainTextT = 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_plainTextHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataResult()=default
const Aws::String & GetPlainText() const
const Aws::String & GetKeyArn() const
const Aws::String & GetRequestId() const
DecryptDataResult & WithKeyCheckValue(KeyCheckValueT &&value)
DecryptDataResult & WithKeyArn(KeyArnT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetKeyCheckValue() const
DecryptDataResult & WithPlainText(PlainTextT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DecryptDataResult & WithRequestId(RequestIdT &&value)
void SetKeyCheckValue(KeyCheckValueT &&value)
void SetKeyArn(KeyArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetPlainText(PlainTextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue