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 {
37 template <
typename KeyArnT = Aws::String>
39 m_keyArnHasBeenSet =
true;
40 m_keyArn = std::forward<KeyArnT>(value);
42 template <
typename KeyArnT = Aws::String>
57 template <
typename KeyCheckValueT = Aws::String>
59 m_keyCheckValueHasBeenSet =
true;
60 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
62 template <
typename KeyCheckValueT = Aws::String>
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
92 bool m_keyArnHasBeenSet =
false;
93 bool m_keyCheckValueHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetKeyCheckValue() const
VerifyCardValidationDataResult & WithRequestId(RequestIdT &&value)
void SetKeyCheckValue(KeyCheckValueT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyCardValidationDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetKeyArn(KeyArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyCardValidationDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
VerifyCardValidationDataResult & WithKeyCheckValue(KeyCheckValueT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetKeyArn() const
const Aws::String & GetRequestId() const
VerifyCardValidationDataResult & WithKeyArn(KeyArnT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyCardValidationDataResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue