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
50 template<
typename KeySerialNumberT = Aws::String>
51 void SetKeySerialNumber(KeySerialNumberT&& value) { m_keySerialNumberHasBeenSet =
true; m_keySerialNumber = std::forward<KeySerialNumberT>(value); }
52 template<
typename KeySerialNumberT = Aws::String>
71 bool m_keySerialNumberHasBeenSet =
false;
74 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