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/MajorKeyDerivationMode.h>
20namespace PaymentCryptographyData {
43 m_majorKeyDerivationModeHasBeenSet =
true;
44 m_majorKeyDerivationMode = value;
58 template <
typename PrimaryAccountNumberT = Aws::String>
60 m_primaryAccountNumberHasBeenSet =
true;
61 m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value);
63 template <
typename PrimaryAccountNumberT = Aws::String>
78 template <
typename PanSequenceNumberT = Aws::String>
80 m_panSequenceNumberHasBeenSet =
true;
81 m_panSequenceNumber = std::forward<PanSequenceNumberT>(value);
83 template <
typename PanSequenceNumberT = Aws::String>
97 template <
typename ApplicationCryptogramT = Aws::String>
99 m_applicationCryptogramHasBeenSet =
true;
100 m_applicationCryptogram = std::forward<ApplicationCryptogramT>(value);
102 template <
typename ApplicationCryptogramT = Aws::String>
116 bool m_majorKeyDerivationModeHasBeenSet =
false;
117 bool m_primaryAccountNumberHasBeenSet =
false;
118 bool m_panSequenceNumberHasBeenSet =
false;
119 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