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/EmvEncryptionMode.h>
10#include <aws/payment-cryptography-data/model/MajorKeyDerivationMode.h>
11#include <aws/payment-cryptography-data/model/PinBlockLengthPosition.h>
12#include <aws/payment-cryptography-data/model/PinBlockPaddingType.h>
23namespace PaymentCryptographyData {
46 m_majorKeyDerivationModeHasBeenSet =
true;
47 m_majorKeyDerivationMode = value;
61 template <
typename PrimaryAccountNumberT = Aws::String>
63 m_primaryAccountNumberHasBeenSet =
true;
64 m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value);
66 template <
typename PrimaryAccountNumberT = Aws::String>
81 template <
typename PanSequenceNumberT = Aws::String>
83 m_panSequenceNumberHasBeenSet =
true;
84 m_panSequenceNumber = std::forward<PanSequenceNumberT>(value);
86 template <
typename PanSequenceNumberT = Aws::String>
100 template <
typename ApplicationCryptogramT = Aws::String>
102 m_applicationCryptogramHasBeenSet =
true;
103 m_applicationCryptogram = std::forward<ApplicationCryptogramT>(value);
105 template <
typename ApplicationCryptogramT = Aws::String>
119 m_modeHasBeenSet =
true;
139 m_pinBlockPaddingTypeHasBeenSet =
true;
140 m_pinBlockPaddingType = value;
157 m_pinBlockLengthPositionHasBeenSet =
true;
158 m_pinBlockLengthPosition = value;
179 bool m_majorKeyDerivationModeHasBeenSet =
false;
180 bool m_primaryAccountNumberHasBeenSet =
false;
181 bool m_panSequenceNumberHasBeenSet =
false;
182 bool m_applicationCryptogramHasBeenSet =
false;
183 bool m_modeHasBeenSet =
false;
184 bool m_pinBlockPaddingTypeHasBeenSet =
false;
185 bool m_pinBlockLengthPositionHasBeenSet =
false;
EmvCommonAttributes & WithPanSequenceNumber(PanSequenceNumberT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API EmvCommonAttributes(Aws::Utils::Json::JsonView jsonValue)
EmvCommonAttributes & WithPrimaryAccountNumber(PrimaryAccountNumberT &&value)
bool MajorKeyDerivationModeHasBeenSet() const
const Aws::String & GetApplicationCryptogram() const
EmvCommonAttributes & WithMode(EmvEncryptionMode value)
void SetPanSequenceNumber(PanSequenceNumberT &&value)
bool PinBlockPaddingTypeHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API EmvCommonAttributes()=default
PinBlockPaddingType GetPinBlockPaddingType() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
EmvEncryptionMode GetMode() const
MajorKeyDerivationMode GetMajorKeyDerivationMode() const
EmvCommonAttributes & WithPinBlockLengthPosition(PinBlockLengthPosition value)
void SetApplicationCryptogram(ApplicationCryptogramT &&value)
void SetPinBlockLengthPosition(PinBlockLengthPosition value)
PinBlockLengthPosition GetPinBlockLengthPosition() const
EmvCommonAttributes & WithPinBlockPaddingType(PinBlockPaddingType value)
bool PanSequenceNumberHasBeenSet() const
void SetPrimaryAccountNumber(PrimaryAccountNumberT &&value)
const Aws::String & GetPrimaryAccountNumber() const
bool ModeHasBeenSet() const
void SetMode(EmvEncryptionMode value)
bool PrimaryAccountNumberHasBeenSet() const
void SetPinBlockPaddingType(PinBlockPaddingType value)
bool PinBlockLengthPositionHasBeenSet() const
void SetMajorKeyDerivationMode(MajorKeyDerivationMode value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API EmvCommonAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPanSequenceNumber() const
EmvCommonAttributes & WithApplicationCryptogram(ApplicationCryptogramT &&value)
bool ApplicationCryptogramHasBeenSet() const
EmvCommonAttributes & WithMajorKeyDerivationMode(MajorKeyDerivationMode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue