7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography-data/model/DukptKeyVariant.h>
10#include <aws/payment-cryptography-data/model/DukptDerivationType.h>
23namespace PaymentCryptographyData
53 inline void SetKeySerialNumber(
const char* value) { m_keySerialNumberHasBeenSet =
true; m_keySerialNumber.assign(value); }
89 bool m_keySerialNumberHasBeenSet =
false;
92 bool m_dukptKeyVariantHasBeenSet =
false;
95 bool m_dukptDerivationTypeHasBeenSet =
false;
void SetKeySerialNumber(const Aws::String &value)
MacAlgorithmDukpt & WithKeySerialNumber(const char *value)
MacAlgorithmDukpt & WithKeySerialNumber(Aws::String &&value)
void SetDukptKeyVariant(DukptKeyVariant &&value)
const DukptKeyVariant & GetDukptKeyVariant() const
bool DukptKeyVariantHasBeenSet() const
bool KeySerialNumberHasBeenSet() const
void SetDukptKeyVariant(const DukptKeyVariant &value)
void SetKeySerialNumber(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API MacAlgorithmDukpt & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeySerialNumber(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API MacAlgorithmDukpt()
bool DukptDerivationTypeHasBeenSet() const
MacAlgorithmDukpt & WithDukptDerivationType(const DukptDerivationType &value)
const Aws::String & GetKeySerialNumber() const
void SetDukptDerivationType(const DukptDerivationType &value)
const DukptDerivationType & GetDukptDerivationType() const
MacAlgorithmDukpt & WithKeySerialNumber(const Aws::String &value)
MacAlgorithmDukpt & WithDukptKeyVariant(const DukptKeyVariant &value)
MacAlgorithmDukpt & WithDukptDerivationType(DukptDerivationType &&value)
MacAlgorithmDukpt & WithDukptKeyVariant(DukptKeyVariant &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API MacAlgorithmDukpt(Aws::Utils::Json::JsonView jsonValue)
void SetDukptDerivationType(DukptDerivationType &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue