7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
9#include <aws/payment-cryptography-data/model/CurrentPinAttributes.h>
10#include <aws/payment-cryptography-data/model/MajorKeyDerivationMode.h>
21namespace PaymentCryptographyData {
45 m_majorKeyDerivationModeHasBeenSet =
true;
46 m_majorKeyDerivationMode = value;
60 template <
typename PrimaryAccountNumberT = Aws::String>
62 m_primaryAccountNumberHasBeenSet =
true;
63 m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value);
65 template <
typename PrimaryAccountNumberT = Aws::String>
80 template <
typename PanSequenceNumberT = Aws::String>
82 m_panSequenceNumberHasBeenSet =
true;
83 m_panSequenceNumber = std::forward<PanSequenceNumberT>(value);
85 template <
typename PanSequenceNumberT = Aws::String>
99 template <
typename ApplicationTransactionCounterT = Aws::String>
101 m_applicationTransactionCounterHasBeenSet =
true;
102 m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value);
104 template <
typename ApplicationTransactionCounterT = Aws::String>
118 template <
typename AuthorizationRequestKeyIdentifierT = Aws::String>
120 m_authorizationRequestKeyIdentifierHasBeenSet =
true;
121 m_authorizationRequestKeyIdentifier = std::forward<AuthorizationRequestKeyIdentifierT>(value);
123 template <
typename AuthorizationRequestKeyIdentifierT = Aws::String>
136 template <
typename CurrentPinAttributesT = CurrentPinAttributes>
138 m_currentPinAttributesHasBeenSet =
true;
139 m_currentPinAttributes = std::forward<CurrentPinAttributesT>(value);
141 template <
typename CurrentPinAttributesT = CurrentPinAttributes>
158 CurrentPinAttributes m_currentPinAttributes;
159 bool m_majorKeyDerivationModeHasBeenSet =
false;
160 bool m_primaryAccountNumberHasBeenSet =
false;
161 bool m_panSequenceNumberHasBeenSet =
false;
162 bool m_applicationTransactionCounterHasBeenSet =
false;
163 bool m_authorizationRequestKeyIdentifierHasBeenSet =
false;
164 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