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>
22namespace PaymentCryptographyData
52 inline void SetKeySerialNumber(
const char* value) { m_keySerialNumberHasBeenSet =
true; m_keySerialNumber.assign(value); }
75 bool m_keySerialNumberHasBeenSet =
false;
78 bool m_dukptDerivationTypeHasBeenSet =
false;
DukptAttributes & WithKeySerialNumber(const Aws::String &value)
bool KeySerialNumberHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
const DukptDerivationType & GetDukptDerivationType() const
void SetDukptDerivationType(const DukptDerivationType &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptAttributes(Aws::Utils::Json::JsonView jsonValue)
bool DukptDerivationTypeHasBeenSet() const
DukptAttributes & WithDukptDerivationType(const DukptDerivationType &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
DukptAttributes & WithKeySerialNumber(Aws::String &&value)
void SetDukptDerivationType(DukptDerivationType &&value)
void SetKeySerialNumber(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptAttributes()
const Aws::String & GetKeySerialNumber() const
void SetKeySerialNumber(const char *value)
void SetKeySerialNumber(const Aws::String &value)
DukptAttributes & WithDukptDerivationType(DukptDerivationType &&value)
DukptAttributes & WithKeySerialNumber(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue