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/EmvEncryptionMode.h>
11#include <aws/payment-cryptography-data/model/PinBlockPaddingType.h>
12#include <aws/payment-cryptography-data/model/PinBlockLengthPosition.h>
25namespace PaymentCryptographyData
61 template<
typename PrimaryAccountNumberT = Aws::String>
62 void SetPrimaryAccountNumber(PrimaryAccountNumberT&& value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value); }
63 template<
typename PrimaryAccountNumberT = Aws::String>
75 template<
typename PanSequenceNumberT = Aws::String>
76 void SetPanSequenceNumber(PanSequenceNumberT&& value) { m_panSequenceNumberHasBeenSet =
true; m_panSequenceNumber = std::forward<PanSequenceNumberT>(value); }
77 template<
typename PanSequenceNumberT = Aws::String>
88 template<
typename ApplicationCryptogramT = Aws::String>
89 void SetApplicationCryptogram(ApplicationCryptogramT&& value) { m_applicationCryptogramHasBeenSet =
true; m_applicationCryptogram = std::forward<ApplicationCryptogramT>(value); }
90 template<
typename ApplicationCryptogramT = Aws::String>
132 bool m_majorKeyDerivationModeHasBeenSet =
false;
135 bool m_primaryAccountNumberHasBeenSet =
false;
138 bool m_panSequenceNumberHasBeenSet =
false;
141 bool m_applicationCryptogramHasBeenSet =
false;
144 bool m_modeHasBeenSet =
false;
147 bool m_pinBlockPaddingTypeHasBeenSet =
false;
150 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