7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptographyData
48 template<
typename PanSequenceNumberT = Aws::String>
49 void SetPanSequenceNumber(PanSequenceNumberT&& value) { m_panSequenceNumberHasBeenSet =
true; m_panSequenceNumber = std::forward<PanSequenceNumberT>(value); }
50 template<
typename PanSequenceNumberT = Aws::String>
60 template<
typename CardExpiryDateT = Aws::String>
61 void SetCardExpiryDate(CardExpiryDateT&& value) { m_cardExpiryDateHasBeenSet =
true; m_cardExpiryDate = std::forward<CardExpiryDateT>(value); }
62 template<
typename CardExpiryDateT = Aws::String>
73 template<
typename ServiceCodeT = Aws::String>
74 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
75 template<
typename ServiceCodeT = Aws::String>
85 template<
typename ApplicationTransactionCounterT = Aws::String>
86 void SetApplicationTransactionCounter(ApplicationTransactionCounterT&& value) { m_applicationTransactionCounterHasBeenSet =
true; m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value); }
87 template<
typename ApplicationTransactionCounterT = Aws::String>
93 bool m_panSequenceNumberHasBeenSet =
false;
96 bool m_cardExpiryDateHasBeenSet =
false;
99 bool m_serviceCodeHasBeenSet =
false;
102 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