7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
19namespace PaymentCryptographyData {
41 template <
typename UnpredictableNumberT = Aws::String>
43 m_unpredictableNumberHasBeenSet =
true;
44 m_unpredictableNumber = std::forward<UnpredictableNumberT>(value);
46 template <
typename UnpredictableNumberT = Aws::String>
60 template <
typename PanSequenceNumberT = Aws::String>
62 m_panSequenceNumberHasBeenSet =
true;
63 m_panSequenceNumber = std::forward<PanSequenceNumberT>(value);
65 template <
typename PanSequenceNumberT = Aws::String>
78 template <
typename ApplicationTransactionCounterT = Aws::String>
80 m_applicationTransactionCounterHasBeenSet =
true;
81 m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value);
83 template <
typename ApplicationTransactionCounterT = Aws::String>
95 bool m_unpredictableNumberHasBeenSet =
false;
96 bool m_panSequenceNumberHasBeenSet =
false;
97 bool m_applicationTransactionCounterHasBeenSet =
false;
bool UnpredictableNumberHasBeenSet() const
bool PanSequenceNumberHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
CardHolderVerificationValue & WithUnpredictableNumber(UnpredictableNumberT &&value)
const Aws::String & GetUnpredictableNumber() const
void SetApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
CardHolderVerificationValue & WithPanSequenceNumber(PanSequenceNumberT &&value)
const Aws::String & GetPanSequenceNumber() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API CardHolderVerificationValue(Aws::Utils::Json::JsonView jsonValue)
CardHolderVerificationValue & WithApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API CardHolderVerificationValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPanSequenceNumber(PanSequenceNumberT &&value)
const Aws::String & GetApplicationTransactionCounter() const
void SetUnpredictableNumber(UnpredictableNumberT &&value)
bool ApplicationTransactionCounterHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API CardHolderVerificationValue()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue