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/DukptEncryptionMode.h>
10#include <aws/payment-cryptography-data/model/DukptDerivationType.h>
11#include <aws/payment-cryptography-data/model/DukptKeyVariant.h>
24namespace PaymentCryptographyData
52 template<
typename KeySerialNumberT = Aws::String>
53 void SetKeySerialNumber(KeySerialNumberT&& value) { m_keySerialNumberHasBeenSet =
true; m_keySerialNumber = std::forward<KeySerialNumberT>(value); }
54 template<
typename KeySerialNumberT = Aws::String>
99 template<
typename InitializationVectorT = Aws::String>
100 void SetInitializationVector(InitializationVectorT&& value) { m_initializationVectorHasBeenSet =
true; m_initializationVector = std::forward<InitializationVectorT>(value); }
101 template<
typename InitializationVectorT = Aws::String>
107 bool m_keySerialNumberHasBeenSet =
false;
110 bool m_modeHasBeenSet =
false;
113 bool m_dukptKeyDerivationTypeHasBeenSet =
false;
116 bool m_dukptKeyVariantHasBeenSet =
false;
119 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