7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/model/ExportDukptInitialKey.h>
9#include <aws/payment-cryptography/model/KeyCheckValueAlgorithm.h>
22namespace PaymentCryptography
48 template<
typename ExportDukptInitialKeyT = ExportDukptInitialKey>
49 void SetExportDukptInitialKey(ExportDukptInitialKeyT&& value) { m_exportDukptInitialKeyHasBeenSet =
true; m_exportDukptInitialKey = std::forward<ExportDukptInitialKeyT>(value); }
50 template<
typename ExportDukptInitialKeyT = ExportDukptInitialKey>
72 bool m_exportDukptInitialKeyHasBeenSet =
false;
75 bool m_keyCheckValueAlgorithmHasBeenSet =
false;
KeyCheckValueAlgorithm GetKeyCheckValueAlgorithm() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes()=default
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value)
bool KeyCheckValueAlgorithmHasBeenSet() const
const ExportDukptInitialKey & GetExportDukptInitialKey() const
ExportAttributes & WithExportDukptInitialKey(ExportDukptInitialKeyT &&value)
void SetExportDukptInitialKey(ExportDukptInitialKeyT &&value)
bool ExportDukptInitialKeyHasBeenSet() const
ExportAttributes & WithKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue