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/DukptDerivationType.h>
20namespace PaymentCryptographyData {
44 template <
typename KeySerialNumberT = Aws::String>
46 m_keySerialNumberHasBeenSet =
true;
47 m_keySerialNumber = std::forward<KeySerialNumberT>(value);
49 template <
typename KeySerialNumberT = Aws::String>
66 m_dukptDerivationTypeHasBeenSet =
true;
67 m_dukptDerivationType = value;
78 bool m_keySerialNumberHasBeenSet =
false;
79 bool m_dukptDerivationTypeHasBeenSet =
false;
bool KeySerialNumberHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDukptDerivationType(DukptDerivationType value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptAttributes(Aws::Utils::Json::JsonView jsonValue)
bool DukptDerivationTypeHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptAttributes()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
DukptAttributes & WithKeySerialNumber(KeySerialNumberT &&value)
void SetKeySerialNumber(KeySerialNumberT &&value)
const Aws::String & GetKeySerialNumber() const
DukptDerivationType GetDukptDerivationType() const
DukptAttributes & WithDukptDerivationType(DukptDerivationType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue