7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
19namespace PaymentCryptographyData {
41 template <
typename EncryptedPinBlockT = Aws::String>
43 m_encryptedPinBlockHasBeenSet =
true;
44 m_encryptedPinBlock = std::forward<EncryptedPinBlockT>(value);
46 template <
typename EncryptedPinBlockT = Aws::String>
61 m_pinVerificationKeyIndexHasBeenSet =
true;
62 m_pinVerificationKeyIndex = value;
72 int m_pinVerificationKeyIndex{0};
73 bool m_encryptedPinBlockHasBeenSet =
false;
74 bool m_pinVerificationKeyIndexHasBeenSet =
false;
void SetPinVerificationKeyIndex(int value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEncryptedPinBlock(EncryptedPinBlockT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue()=default
int GetPinVerificationKeyIndex() const
VisaPinVerificationValue & WithPinVerificationKeyIndex(int value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaPinVerificationValue & operator=(Aws::Utils::Json::JsonView jsonValue)
VisaPinVerificationValue & WithEncryptedPinBlock(EncryptedPinBlockT &&value)
bool EncryptedPinBlockHasBeenSet() const
const Aws::String & GetEncryptedPinBlock() const
bool PinVerificationKeyIndexHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue