7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace PaymentCryptographyData
41 template<
typename VerificationKeyArnT = Aws::String>
42 void SetVerificationKeyArn(VerificationKeyArnT&& value) { m_verificationKeyArnHasBeenSet =
true; m_verificationKeyArn = std::forward<VerificationKeyArnT>(value); }
43 template<
typename VerificationKeyArnT = Aws::String>
55 template<
typename VerificationKeyCheckValueT = Aws::String>
56 void SetVerificationKeyCheckValue(VerificationKeyCheckValueT&& value) { m_verificationKeyCheckValueHasBeenSet =
true; m_verificationKeyCheckValue = std::forward<VerificationKeyCheckValueT>(value); }
57 template<
typename VerificationKeyCheckValueT = Aws::String>
67 template<
typename EncryptionKeyArnT = Aws::String>
68 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value); }
69 template<
typename EncryptionKeyArnT = Aws::String>
81 template<
typename EncryptionKeyCheckValueT = Aws::String>
82 void SetEncryptionKeyCheckValue(EncryptionKeyCheckValueT&& value) { m_encryptionKeyCheckValueHasBeenSet =
true; m_encryptionKeyCheckValue = std::forward<EncryptionKeyCheckValueT>(value); }
83 template<
typename EncryptionKeyCheckValueT = Aws::String>
90 template<
typename RequestIdT = Aws::String>
91 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
92 template<
typename RequestIdT = Aws::String>
98 bool m_verificationKeyArnHasBeenSet =
false;
101 bool m_verificationKeyCheckValueHasBeenSet =
false;
104 bool m_encryptionKeyArnHasBeenSet =
false;
107 bool m_encryptionKeyCheckValueHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetEncryptionKeyArn() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyPinDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
VerifyPinDataResult & WithEncryptionKeyCheckValue(EncryptionKeyCheckValueT &&value)
const Aws::String & GetEncryptionKeyCheckValue() const
const Aws::String & GetVerificationKeyCheckValue() const
void SetEncryptionKeyCheckValue(EncryptionKeyCheckValueT &&value)
const Aws::String & GetVerificationKeyArn() const
VerifyPinDataResult & WithVerificationKeyCheckValue(VerificationKeyCheckValueT &&value)
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
const Aws::String & GetRequestId() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyPinDataResult()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyPinDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
VerifyPinDataResult & WithVerificationKeyArn(VerificationKeyArnT &&value)
void SetVerificationKeyArn(VerificationKeyArnT &&value)
void SetVerificationKeyCheckValue(VerificationKeyCheckValueT &&value)
VerifyPinDataResult & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
VerifyPinDataResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue