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
60 template<
typename PrimaryAccountNumberT = Aws::String>
61 void SetPrimaryAccountNumber(PrimaryAccountNumberT&& value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value); }
62 template<
typename PrimaryAccountNumberT = Aws::String>
74 template<
typename PanSequenceNumberT = Aws::String>
75 void SetPanSequenceNumber(PanSequenceNumberT&& value) { m_panSequenceNumberHasBeenSet =
true; m_panSequenceNumber = std::forward<PanSequenceNumberT>(value); }
76 template<
typename PanSequenceNumberT = Aws::String>
87 template<
typename ApplicationTransactionCounterT = Aws::String>
88 void SetApplicationTransactionCounter(ApplicationTransactionCounterT&& value) { m_applicationTransactionCounterHasBeenSet =
true; m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value); }
89 template<
typename ApplicationTransactionCounterT = Aws::String>
100 template<
typename AuthorizationRequestKeyIdentifierT = Aws::String>
101 void SetAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT&& value) { m_authorizationRequestKeyIdentifierHasBeenSet =
true; m_authorizationRequestKeyIdentifier = std::forward<AuthorizationRequestKeyIdentifierT>(value); }
102 template<
typename AuthorizationRequestKeyIdentifierT = Aws::String>
112 template<
typename CurrentPinAttributesT = CurrentPinAttributes>
113 void SetCurrentPinAttributes(CurrentPinAttributesT&& value) { m_currentPinAttributesHasBeenSet =
true; m_currentPinAttributes = std::forward<CurrentPinAttributesT>(value); }
114 template<
typename CurrentPinAttributesT = CurrentPinAttributes>
120 bool m_majorKeyDerivationModeHasBeenSet =
false;
123 bool m_primaryAccountNumberHasBeenSet =
false;
126 bool m_panSequenceNumberHasBeenSet =
false;
129 bool m_applicationTransactionCounterHasBeenSet =
false;
132 bool m_authorizationRequestKeyIdentifierHasBeenSet =
false;
134 CurrentPinAttributes m_currentPinAttributes;
135 bool m_currentPinAttributesHasBeenSet =
false;
AmexAttributes & WithAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes()=default
void SetMajorKeyDerivationMode(MajorKeyDerivationMode value)
bool MajorKeyDerivationModeHasBeenSet() const
const Aws::String & GetAuthorizationRequestKeyIdentifier() const
bool AuthorizationRequestKeyIdentifierHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPrimaryAccountNumber() const
MajorKeyDerivationMode GetMajorKeyDerivationMode() const
void SetPrimaryAccountNumber(PrimaryAccountNumberT &&value)
void SetAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT &&value)
const Aws::String & GetApplicationTransactionCounter() const
bool PrimaryAccountNumberHasBeenSet() const
AmexAttributes & WithMajorKeyDerivationMode(MajorKeyDerivationMode value)
void SetApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AmexAttributes & WithApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
void SetCurrentPinAttributes(CurrentPinAttributesT &&value)
void SetPanSequenceNumber(PanSequenceNumberT &&value)
AmexAttributes & WithCurrentPinAttributes(CurrentPinAttributesT &&value)
AmexAttributes & WithPanSequenceNumber(PanSequenceNumberT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AmexAttributes(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPanSequenceNumber() const
bool ApplicationTransactionCounterHasBeenSet() const
AmexAttributes & WithPrimaryAccountNumber(PrimaryAccountNumberT &&value)
bool CurrentPinAttributesHasBeenSet() const
const CurrentPinAttributes & GetCurrentPinAttributes() const
bool PanSequenceNumberHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue