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 {
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>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
88 bool m_keyArnHasBeenSet =
false;
89 bool m_keyCheckValueHasBeenSet =
false;
90 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)
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