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/DukptDerivationType.h>
10#include <aws/payment-cryptography-data/model/DukptKeyVariant.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_dukptKeyDerivationTypeHasBeenSet =
false;
95 bool m_dukptKeyVariantHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptDerivationAttributes(Aws::Utils::Json::JsonView jsonValue)
DukptDerivationAttributes & WithDukptKeyVariant(const DukptKeyVariant &value)
const DukptDerivationType & GetDukptKeyDerivationType() const
DukptDerivationAttributes & WithDukptKeyVariant(DukptKeyVariant &&value)
bool DukptKeyVariantHasBeenSet() const
DukptDerivationAttributes & WithKeySerialNumber(const Aws::String &value)
void SetKeySerialNumber(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptDerivationAttributes()
const DukptKeyVariant & GetDukptKeyVariant() const
void SetKeySerialNumber(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKeySerialNumber(const char *value)
DukptDerivationAttributes & WithKeySerialNumber(const char *value)
DukptDerivationAttributes & WithKeySerialNumber(Aws::String &&value)
void SetDukptKeyDerivationType(DukptDerivationType &&value)
void SetDukptKeyVariant(DukptKeyVariant &&value)
DukptDerivationAttributes & WithDukptKeyDerivationType(const DukptDerivationType &value)
bool DukptKeyDerivationTypeHasBeenSet() const
bool KeySerialNumberHasBeenSet() const
DukptDerivationAttributes & WithDukptKeyDerivationType(DukptDerivationType &&value)
const Aws::String & GetKeySerialNumber() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptDerivationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDukptKeyDerivationType(const DukptDerivationType &value)
void SetDukptKeyVariant(const DukptKeyVariant &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue