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>
10#include <aws/payment-cryptography-data/model/DukptKeyVariant.h>
21namespace PaymentCryptographyData {
45 template <
typename KeySerialNumberT = Aws::String>
47 m_keySerialNumberHasBeenSet =
true;
48 m_keySerialNumber = std::forward<KeySerialNumberT>(value);
50 template <
typename KeySerialNumberT = Aws::String>
65 m_dukptKeyVariantHasBeenSet =
true;
66 m_dukptKeyVariant = value;
84 m_dukptDerivationTypeHasBeenSet =
true;
85 m_dukptDerivationType = value;
98 bool m_keySerialNumberHasBeenSet =
false;
99 bool m_dukptKeyVariantHasBeenSet =
false;
100 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