7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/MajorKeyDerivationMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/payment-cryptography-data/model/CurrentPinAttributes.h>
23namespace PaymentCryptographyData
63 inline void SetPrimaryAccountNumber(
const char* value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber.assign(value); }
79 inline void SetPanSequenceNumber(
const char* value) { m_panSequenceNumberHasBeenSet =
true; m_panSequenceNumber.assign(value); }
129 bool m_majorKeyDerivationModeHasBeenSet =
false;
132 bool m_primaryAccountNumberHasBeenSet =
false;
135 bool m_panSequenceNumberHasBeenSet =
false;
138 bool m_applicationTransactionCounterHasBeenSet =
false;
141 bool m_authorizationRequestKeyIdentifierHasBeenSet =
false;
144 bool m_currentPinAttributesHasBeenSet =
false;
void SetMajorKeyDerivationMode(const MajorKeyDerivationMode &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPanSequenceNumber(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
bool ApplicationTransactionCounterHasBeenSet() const
VisaAttributes & WithAuthorizationRequestKeyIdentifier(const Aws::String &value)
VisaAttributes & WithApplicationTransactionCounter(const char *value)
VisaAttributes & WithPanSequenceNumber(Aws::String &&value)
VisaAttributes & WithAuthorizationRequestKeyIdentifier(Aws::String &&value)
VisaAttributes & WithCurrentPinAttributes(const CurrentPinAttributes &value)
VisaAttributes & WithApplicationTransactionCounter(Aws::String &&value)
bool AuthorizationRequestKeyIdentifierHasBeenSet() const
VisaAttributes & WithPanSequenceNumber(const Aws::String &value)
void SetPrimaryAccountNumber(const char *value)
void SetAuthorizationRequestKeyIdentifier(const Aws::String &value)
bool CurrentPinAttributesHasBeenSet() const
void SetPanSequenceNumber(Aws::String &&value)
VisaAttributes & WithMajorKeyDerivationMode(MajorKeyDerivationMode &&value)
const Aws::String & GetPrimaryAccountNumber() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes()
VisaAttributes & WithApplicationTransactionCounter(const Aws::String &value)
const Aws::String & GetApplicationTransactionCounter() const
void SetApplicationTransactionCounter(const Aws::String &value)
VisaAttributes & WithCurrentPinAttributes(CurrentPinAttributes &&value)
void SetCurrentPinAttributes(const CurrentPinAttributes &value)
void SetPanSequenceNumber(const Aws::String &value)
void SetPrimaryAccountNumber(Aws::String &&value)
const Aws::String & GetAuthorizationRequestKeyIdentifier() const
void SetAuthorizationRequestKeyIdentifier(const char *value)
void SetApplicationTransactionCounter(Aws::String &&value)
void SetApplicationTransactionCounter(const char *value)
VisaAttributes & WithPanSequenceNumber(const char *value)
VisaAttributes & WithMajorKeyDerivationMode(const MajorKeyDerivationMode &value)
void SetPrimaryAccountNumber(const Aws::String &value)
bool PrimaryAccountNumberHasBeenSet() const
VisaAttributes & WithPrimaryAccountNumber(const Aws::String &value)
void SetAuthorizationRequestKeyIdentifier(Aws::String &&value)
const Aws::String & GetPanSequenceNumber() const
VisaAttributes & WithAuthorizationRequestKeyIdentifier(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes(Aws::Utils::Json::JsonView jsonValue)
const MajorKeyDerivationMode & GetMajorKeyDerivationMode() const
bool PanSequenceNumberHasBeenSet() const
void SetCurrentPinAttributes(CurrentPinAttributes &&value)
VisaAttributes & WithPrimaryAccountNumber(const char *value)
const CurrentPinAttributes & GetCurrentPinAttributes() const
bool MajorKeyDerivationModeHasBeenSet() const
void SetMajorKeyDerivationMode(MajorKeyDerivationMode &&value)
VisaAttributes & WithPrimaryAccountNumber(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue