AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportAttributes.h
1
6#pragma once
7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/model/ExportDukptInitialKey.h>
9#include <aws/payment-cryptography/model/KeyCheckValueAlgorithm.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace PaymentCryptography
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes();
37 AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const ExportDukptInitialKey& GetExportDukptInitialKey() const{ return m_exportDukptInitialKey; }
47 inline bool ExportDukptInitialKeyHasBeenSet() const { return m_exportDukptInitialKeyHasBeenSet; }
48 inline void SetExportDukptInitialKey(const ExportDukptInitialKey& value) { m_exportDukptInitialKeyHasBeenSet = true; m_exportDukptInitialKey = value; }
49 inline void SetExportDukptInitialKey(ExportDukptInitialKey&& value) { m_exportDukptInitialKeyHasBeenSet = true; m_exportDukptInitialKey = std::move(value); }
53
55
64 inline const KeyCheckValueAlgorithm& GetKeyCheckValueAlgorithm() const{ return m_keyCheckValueAlgorithm; }
65 inline bool KeyCheckValueAlgorithmHasBeenSet() const { return m_keyCheckValueAlgorithmHasBeenSet; }
66 inline void SetKeyCheckValueAlgorithm(const KeyCheckValueAlgorithm& value) { m_keyCheckValueAlgorithmHasBeenSet = true; m_keyCheckValueAlgorithm = value; }
67 inline void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm&& value) { m_keyCheckValueAlgorithmHasBeenSet = true; m_keyCheckValueAlgorithm = std::move(value); }
71 private:
72
73 ExportDukptInitialKey m_exportDukptInitialKey;
74 bool m_exportDukptInitialKeyHasBeenSet = false;
75
76 KeyCheckValueAlgorithm m_keyCheckValueAlgorithm;
77 bool m_keyCheckValueAlgorithmHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace PaymentCryptography
82} // namespace Aws
void SetExportDukptInitialKey(ExportDukptInitialKey &&value)
void SetKeyCheckValueAlgorithm(const KeyCheckValueAlgorithm &value)
ExportAttributes & WithKeyCheckValueAlgorithm(KeyCheckValueAlgorithm &&value)
ExportAttributes & WithExportDukptInitialKey(ExportDukptInitialKey &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes(Aws::Utils::Json::JsonView jsonValue)
const ExportDukptInitialKey & GetExportDukptInitialKey() const
ExportAttributes & WithKeyCheckValueAlgorithm(const KeyCheckValueAlgorithm &value)
void SetExportDukptInitialKey(const ExportDukptInitialKey &value)
void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes()
ExportAttributes & WithExportDukptInitialKey(const ExportDukptInitialKey &value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
const KeyCheckValueAlgorithm & GetKeyCheckValueAlgorithm() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue