7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptographyData
47 template<
typename EncryptedPinBlockT = Aws::String>
48 void SetEncryptedPinBlock(EncryptedPinBlockT&& value) { m_encryptedPinBlockHasBeenSet =
true; m_encryptedPinBlock = std::forward<EncryptedPinBlockT>(value); }
49 template<
typename EncryptedPinBlockT = Aws::String>
66 bool m_encryptedPinBlockHasBeenSet =
false;
68 int m_pinVerificationKeyIndex{0};
69 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