7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PaymentCryptographyData {
36 template <
typename KeyArnT = Aws::String>
38 m_keyArnHasBeenSet =
true;
39 m_keyArn = std::forward<KeyArnT>(value);
41 template <
typename KeyArnT = Aws::String>
56 template <
typename KeyCheckValueT = Aws::String>
58 m_keyCheckValueHasBeenSet =
true;
59 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
61 template <
typename KeyCheckValueT = Aws::String>
73 template <
typename PlainTextT = Aws::String>
75 m_plainTextHasBeenSet =
true;
76 m_plainText = std::forward<PlainTextT>(value);
78 template <
typename PlainTextT = Aws::String>
88 template <
typename RequestIdT = Aws::String>
90 m_requestIdHasBeenSet =
true;
91 m_requestId = std::forward<RequestIdT>(value);
93 template <
typename RequestIdT = Aws::String>
110 bool m_keyArnHasBeenSet =
false;
111 bool m_keyCheckValueHasBeenSet =
false;
112 bool m_plainTextHasBeenSet =
false;
113 bool m_requestIdHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHYDATA_API DecryptDataResult()=default
const Aws::String & GetPlainText() const
const Aws::String & GetKeyArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() 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