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
64 inline void SetPrimaryAccountNumber(
const char* value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber.assign(value); }
80 inline void SetPanSequenceNumber(
const char* value) { m_panSequenceNumberHasBeenSet =
true; m_panSequenceNumber.assign(value); }
130 bool m_majorKeyDerivationModeHasBeenSet =
false;
133 bool m_primaryAccountNumberHasBeenSet =
false;
136 bool m_panSequenceNumberHasBeenSet =
false;
139 bool m_applicationTransactionCounterHasBeenSet =
false;
142 bool m_authorizationRequestKeyIdentifierHasBeenSet =
false;
145 bool m_currentPinAttributesHasBeenSet =
false;
AmexAttributes & WithPrimaryAccountNumber(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes()
AmexAttributes & WithAuthorizationRequestKeyIdentifier(Aws::String &&value)
bool MajorKeyDerivationModeHasBeenSet() const
const Aws::String & GetAuthorizationRequestKeyIdentifier() const
bool AuthorizationRequestKeyIdentifierHasBeenSet() const
const MajorKeyDerivationMode & GetMajorKeyDerivationMode() const
void SetApplicationTransactionCounter(const char *value)
void SetPrimaryAccountNumber(Aws::String &&value)
AmexAttributes & WithApplicationTransactionCounter(const char *value)
void SetApplicationTransactionCounter(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPrimaryAccountNumber() const
AmexAttributes & WithApplicationTransactionCounter(Aws::String &&value)
void SetCurrentPinAttributes(const CurrentPinAttributes &value)
void SetApplicationTransactionCounter(const Aws::String &value)
void SetMajorKeyDerivationMode(const MajorKeyDerivationMode &value)
void SetPanSequenceNumber(const char *value)
void SetPrimaryAccountNumber(const Aws::String &value)
AmexAttributes & WithPanSequenceNumber(Aws::String &&value)
void SetAuthorizationRequestKeyIdentifier(const char *value)
const Aws::String & GetApplicationTransactionCounter() const
AmexAttributes & WithMajorKeyDerivationMode(const MajorKeyDerivationMode &value)
bool PrimaryAccountNumberHasBeenSet() const
void SetCurrentPinAttributes(CurrentPinAttributes &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPrimaryAccountNumber(const char *value)
AmexAttributes & WithAuthorizationRequestKeyIdentifier(const char *value)
AmexAttributes & WithApplicationTransactionCounter(const Aws::String &value)
void SetPanSequenceNumber(const Aws::String &value)
AmexAttributes & WithCurrentPinAttributes(const CurrentPinAttributes &value)
void SetAuthorizationRequestKeyIdentifier(const Aws::String &value)
AmexAttributes & WithMajorKeyDerivationMode(MajorKeyDerivationMode &&value)
AmexAttributes & WithPanSequenceNumber(const Aws::String &value)
void SetAuthorizationRequestKeyIdentifier(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPanSequenceNumber() const
bool ApplicationTransactionCounterHasBeenSet() const
void SetPanSequenceNumber(Aws::String &&value)
AmexAttributes & WithPrimaryAccountNumber(const char *value)
void SetMajorKeyDerivationMode(MajorKeyDerivationMode &&value)
bool CurrentPinAttributesHasBeenSet() const
const CurrentPinAttributes & GetCurrentPinAttributes() const
AmexAttributes & WithPanSequenceNumber(const char *value)
AmexAttributes & WithAuthorizationRequestKeyIdentifier(const Aws::String &value)
AmexAttributes & WithPrimaryAccountNumber(const Aws::String &value)
bool PanSequenceNumberHasBeenSet() const
AmexAttributes & WithCurrentPinAttributes(CurrentPinAttributes &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue