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
51 template<
typename KeySerialNumberT = Aws::String>
52 void SetKeySerialNumber(KeySerialNumberT&& value) { m_keySerialNumberHasBeenSet =
true; m_keySerialNumber = std::forward<KeySerialNumberT>(value); }
53 template<
typename KeySerialNumberT = Aws::String>
83 bool m_keySerialNumberHasBeenSet =
false;
86 bool m_dukptKeyVariantHasBeenSet =
false;
89 bool m_dukptDerivationTypeHasBeenSet =
false;
MacAlgorithmDukpt & WithDukptDerivationType(DukptDerivationType value)
bool DukptKeyVariantHasBeenSet() const
bool KeySerialNumberHasBeenSet() const
void SetKeySerialNumber(KeySerialNumberT &&value)
void SetDukptKeyVariant(DukptKeyVariant value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API MacAlgorithmDukpt & operator=(Aws::Utils::Json::JsonView jsonValue)
DukptKeyVariant GetDukptKeyVariant() const
MacAlgorithmDukpt & WithKeySerialNumber(KeySerialNumberT &&value)
bool DukptDerivationTypeHasBeenSet() const
const Aws::String & GetKeySerialNumber() const
DukptDerivationType GetDukptDerivationType() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API MacAlgorithmDukpt()=default
void SetDukptDerivationType(DukptDerivationType value)
MacAlgorithmDukpt & WithDukptKeyVariant(DukptKeyVariant value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API MacAlgorithmDukpt(Aws::Utils::Json::JsonView jsonValue)
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