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
59 template<
typename PrimaryAccountNumberT = Aws::String>
60 void SetPrimaryAccountNumber(PrimaryAccountNumberT&& value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value); }
61 template<
typename PrimaryAccountNumberT = Aws::String>
73 template<
typename PanSequenceNumberT = Aws::String>
74 void SetPanSequenceNumber(PanSequenceNumberT&& value) { m_panSequenceNumberHasBeenSet =
true; m_panSequenceNumber = std::forward<PanSequenceNumberT>(value); }
75 template<
typename PanSequenceNumberT = Aws::String>
86 template<
typename ApplicationTransactionCounterT = Aws::String>
87 void SetApplicationTransactionCounter(ApplicationTransactionCounterT&& value) { m_applicationTransactionCounterHasBeenSet =
true; m_applicationTransactionCounter = std::forward<ApplicationTransactionCounterT>(value); }
88 template<
typename ApplicationTransactionCounterT = Aws::String>
99 template<
typename AuthorizationRequestKeyIdentifierT = Aws::String>
100 void SetAuthorizationRequestKeyIdentifier(AuthorizationRequestKeyIdentifierT&& value) { m_authorizationRequestKeyIdentifierHasBeenSet =
true; m_authorizationRequestKeyIdentifier = std::forward<AuthorizationRequestKeyIdentifierT>(value); }
101 template<
typename AuthorizationRequestKeyIdentifierT = Aws::String>
111 template<
typename CurrentPinAttributesT = CurrentPinAttributes>
112 void SetCurrentPinAttributes(CurrentPinAttributesT&& value) { m_currentPinAttributesHasBeenSet =
true; m_currentPinAttributes = std::forward<CurrentPinAttributesT>(value); }
113 template<
typename CurrentPinAttributesT = CurrentPinAttributes>
119 bool m_majorKeyDerivationModeHasBeenSet =
false;
122 bool m_primaryAccountNumberHasBeenSet =
false;
125 bool m_panSequenceNumberHasBeenSet =
false;
128 bool m_applicationTransactionCounterHasBeenSet =
false;
131 bool m_authorizationRequestKeyIdentifierHasBeenSet =
false;
133 CurrentPinAttributes m_currentPinAttributes;
134 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