7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
19namespace PaymentCryptographyData {
42 template <
typename PanSequenceNumberT = Aws::String>
44 m_panSequenceNumberHasBeenSet =
true;
45 m_panSequenceNumber = std::forward<PanSequenceNumberT>(value);
47 template <
typename PanSequenceNumberT = Aws::String>
60 template <
typename CardExpiryDateT = Aws::String>
62 m_cardExpiryDateHasBeenSet =
true;
63 m_cardExpiryDate = std::forward<CardExpiryDateT>(value);
65 template <
typename CardExpiryDateT = Aws::String>
79 template <
typename ServiceCodeT = Aws::String>
81 m_serviceCodeHasBeenSet =
true;
82 m_serviceCode = std::forward<ServiceCodeT>(value);
84 template <
typename ServiceCodeT = Aws::String>
97 template <
typename ApplicationTransactionCounterT = Aws::String>
99 m_applicationTransactionCounterHasBeenSet =
true;
100 m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value);
102 template <
typename ApplicationTransactionCounterT = Aws::String>
116 bool m_panSequenceNumberHasBeenSet =
false;
117 bool m_cardExpiryDateHasBeenSet =
false;
118 bool m_serviceCodeHasBeenSet =
false;
119 bool m_applicationTransactionCounterHasBeenSet =
false;
const Aws::String & GetPanSequenceNumber() const
DynamicCardVerificationValue & WithApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
DynamicCardVerificationValue & WithPanSequenceNumber(PanSequenceNumberT &&value)
void SetApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
void SetCardExpiryDate(CardExpiryDateT &&value)
DynamicCardVerificationValue & WithServiceCode(ServiceCodeT &&value)
bool PanSequenceNumberHasBeenSet() const
void SetServiceCode(ServiceCodeT &&value)
DynamicCardVerificationValue & WithCardExpiryDate(CardExpiryDateT &&value)
const Aws::String & GetServiceCode() const
void SetPanSequenceNumber(PanSequenceNumberT &&value)
bool ApplicationTransactionCounterHasBeenSet() const
const Aws::String & GetCardExpiryDate() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API DynamicCardVerificationValue & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetApplicationTransactionCounter() const
bool CardExpiryDateHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API DynamicCardVerificationValue()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
bool ServiceCodeHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API DynamicCardVerificationValue(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue