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 {
44 m_majorKeyDerivationModeHasBeenSet =
true;
45 m_majorKeyDerivationMode = value;
59 template <
typename PrimaryAccountNumberT = Aws::String>
61 m_primaryAccountNumberHasBeenSet =
true;
62 m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value);
64 template <
typename PrimaryAccountNumberT = Aws::String>
79 template <
typename PanSequenceNumberT = Aws::String>
81 m_panSequenceNumberHasBeenSet =
true;
82 m_panSequenceNumber = std::forward<PanSequenceNumberT>(value);
84 template <
typename PanSequenceNumberT = Aws::String>
98 template <
typename ApplicationTransactionCounterT = Aws::String>
100 m_applicationTransactionCounterHasBeenSet =
true;
101 m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value);
103 template <
typename ApplicationTransactionCounterT = Aws::String>
117 template <
typename AuthorizationRequestKeyIdentifierT = Aws::String>
119 m_authorizationRequestKeyIdentifierHasBeenSet =
true;
120 m_authorizationRequestKeyIdentifier = std::forward<AuthorizationRequestKeyIdentifierT>(value);
122 template <
typename AuthorizationRequestKeyIdentifierT = Aws::String>
135 template <
typename CurrentPinAttributesT = CurrentPinAttributes>
137 m_currentPinAttributesHasBeenSet =
true;
138 m_currentPinAttributes = std::forward<CurrentPinAttributesT>(value);
140 template <
typename CurrentPinAttributesT = CurrentPinAttributes>
157 CurrentPinAttributes m_currentPinAttributes;
158 bool m_majorKeyDerivationModeHasBeenSet =
false;
159 bool m_primaryAccountNumberHasBeenSet =
false;
160 bool m_panSequenceNumberHasBeenSet =
false;
161 bool m_applicationTransactionCounterHasBeenSet =
false;
162 bool m_authorizationRequestKeyIdentifierHasBeenSet =
false;
163 bool m_currentPinAttributesHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPanSequenceNumber(PanSequenceNumberT &&value)
void SetPrimaryAccountNumber(PrimaryAccountNumberT &&value)
void SetApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
bool ApplicationTransactionCounterHasBeenSet() const
bool AuthorizationRequestKeyIdentifierHasBeenSet() const
MajorKeyDerivationMode GetMajorKeyDerivationMode() const
bool CurrentPinAttributesHasBeenSet() const
const Aws::String & GetPrimaryAccountNumber() const
const Aws::String & GetApplicationTransactionCounter() const
VisaAttributes & WithAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT &&value)
const Aws::String & GetAuthorizationRequestKeyIdentifier() const
VisaAttributes & WithApplicationTransactionCounter(ApplicationTransactionCounterT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes()=default
VisaAttributes & WithCurrentPinAttributes(CurrentPinAttributesT &&value)
void SetCurrentPinAttributes(CurrentPinAttributesT &&value)
bool PrimaryAccountNumberHasBeenSet() const
void SetMajorKeyDerivationMode(MajorKeyDerivationMode value)
const Aws::String & GetPanSequenceNumber() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VisaAttributes(Aws::Utils::Json::JsonView jsonValue)
VisaAttributes & WithPanSequenceNumber(PanSequenceNumberT &&value)
bool PanSequenceNumberHasBeenSet() const
VisaAttributes & WithMajorKeyDerivationMode(MajorKeyDerivationMode value)
VisaAttributes & WithPrimaryAccountNumber(PrimaryAccountNumberT &&value)
void SetAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT &&value)
const CurrentPinAttributes & GetCurrentPinAttributes() const
bool MajorKeyDerivationModeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue