7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptographyData
47 template<
typename UnpredictableNumberT = Aws::String>
48 void SetUnpredictableNumber(UnpredictableNumberT&& value) { m_unpredictableNumberHasBeenSet =
true; m_unpredictableNumber = std::forward<UnpredictableNumberT>(value); }
49 template<
typename UnpredictableNumberT = Aws::String>
60 template<
typename PanSequenceNumberT = Aws::String>
61 void SetPanSequenceNumber(PanSequenceNumberT&& value) { m_panSequenceNumberHasBeenSet =
true; m_panSequenceNumber = std::forward<PanSequenceNumberT>(value); }
62 template<
typename PanSequenceNumberT = Aws::String>
72 template<
typename ApplicationTransactionCounterT = Aws::String>
73 void SetApplicationTransactionCounter(ApplicationTransactionCounterT&& value) { m_applicationTransactionCounterHasBeenSet =
true; m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value); }
74 template<
typename ApplicationTransactionCounterT = Aws::String>
80 bool m_unpredictableNumberHasBeenSet =
false;
83 bool m_panSequenceNumberHasBeenSet =
false;
86 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