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/DukptEncryptionMode.h>
11#include <aws/payment-cryptography-data/model/DukptKeyVariant.h>
22namespace PaymentCryptographyData {
46 template <
typename KeySerialNumberT = Aws::String>
48 m_keySerialNumberHasBeenSet =
true;
49 m_keySerialNumber = std::forward<KeySerialNumberT>(value);
51 template <
typename KeySerialNumberT = Aws::String>
65 m_modeHasBeenSet =
true;
84 m_dukptKeyDerivationTypeHasBeenSet =
true;
85 m_dukptKeyDerivationType = value;
101 m_dukptKeyVariantHasBeenSet =
true;
102 m_dukptKeyVariant = value;
117 template <
typename InitializationVectorT = Aws::String>
119 m_initializationVectorHasBeenSet =
true;
120 m_initializationVector = std::forward<InitializationVectorT>(value);
122 template <
typename InitializationVectorT = Aws::String>
138 bool m_keySerialNumberHasBeenSet =
false;
139 bool m_modeHasBeenSet =
false;
140 bool m_dukptKeyDerivationTypeHasBeenSet =
false;
141 bool m_dukptKeyVariantHasBeenSet =
false;
142 bool m_initializationVectorHasBeenSet =
false;
DukptEncryptionAttributes & WithInitializationVector(InitializationVectorT &&value)
DukptEncryptionAttributes & WithDukptKeyDerivationType(DukptDerivationType value)
const Aws::String & GetKeySerialNumber() const
void SetKeySerialNumber(KeySerialNumberT &&value)
DukptKeyVariant GetDukptKeyVariant() const
DukptEncryptionAttributes & WithDukptKeyVariant(DukptKeyVariant value)
DukptDerivationType GetDukptKeyDerivationType() const
bool DukptKeyDerivationTypeHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptEncryptionAttributes()=default
const Aws::String & GetInitializationVector() const
void SetDukptKeyDerivationType(DukptDerivationType value)
bool DukptKeyVariantHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
DukptEncryptionMode GetMode() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptEncryptionAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InitializationVectorHasBeenSet() const
DukptEncryptionAttributes & WithMode(DukptEncryptionMode value)
void SetMode(DukptEncryptionMode value)
DukptEncryptionAttributes & WithKeySerialNumber(KeySerialNumberT &&value)
void SetInitializationVector(InitializationVectorT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API DukptEncryptionAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetDukptKeyVariant(DukptKeyVariant value)
bool KeySerialNumberHasBeenSet() const
bool ModeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue