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>
22namespace PaymentCryptographyData
58 template<
typename PrimaryAccountNumberT = Aws::String>
59 void SetPrimaryAccountNumber(PrimaryAccountNumberT&& value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value); }
60 template<
typename PrimaryAccountNumberT = Aws::String>
72 template<
typename PanSequenceNumberT = Aws::String>
73 void SetPanSequenceNumber(PanSequenceNumberT&& value) { m_panSequenceNumberHasBeenSet =
true; m_panSequenceNumber = std::forward<PanSequenceNumberT>(value); }
74 template<
typename PanSequenceNumberT = Aws::String>
85 template<
typename ApplicationCryptogramT = Aws::String>
86 void SetApplicationCryptogram(ApplicationCryptogramT&& value) { m_applicationCryptogramHasBeenSet =
true; m_applicationCryptogram = std::forward<ApplicationCryptogramT>(value); }
87 template<
typename ApplicationCryptogramT = Aws::String>
93 bool m_majorKeyDerivationModeHasBeenSet =
false;
96 bool m_primaryAccountNumberHasBeenSet =
false;
99 bool m_panSequenceNumberHasBeenSet =
false;
102 bool m_applicationCryptogramHasBeenSet =
false;
void SetMajorKeyDerivationMode(MajorKeyDerivationMode value)
MajorKeyDerivationMode GetMajorKeyDerivationMode() const
void SetPrimaryAccountNumber(PrimaryAccountNumberT &&value)
MasterCardAttributes & WithMajorKeyDerivationMode(MajorKeyDerivationMode value)
bool PrimaryAccountNumberHasBeenSet() const
MasterCardAttributes & WithPanSequenceNumber(PanSequenceNumberT &&value)
const Aws::String & GetPanSequenceNumber() const
bool PanSequenceNumberHasBeenSet() const
MasterCardAttributes & WithPrimaryAccountNumber(PrimaryAccountNumberT &&value)
void SetPanSequenceNumber(PanSequenceNumberT &&value)
MasterCardAttributes & WithApplicationCryptogram(ApplicationCryptogramT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API MasterCardAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPrimaryAccountNumber() const
bool ApplicationCryptogramHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetApplicationCryptogram() const
void SetApplicationCryptogram(ApplicationCryptogramT &&value)
bool MajorKeyDerivationModeHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API MasterCardAttributes()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API MasterCardAttributes(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue