AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
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 template<typename ExportDukptInitialKeyT = ExportDukptInitialKey>
49 void SetExportDukptInitialKey(ExportDukptInitialKeyT&& value) { m_exportDukptInitialKeyHasBeenSet = true; m_exportDukptInitialKey = std::forward<ExportDukptInitialKeyT>(value); }
50 template<typename ExportDukptInitialKeyT = ExportDukptInitialKey>
51 ExportAttributes& WithExportDukptInitialKey(ExportDukptInitialKeyT&& value) { SetExportDukptInitialKey(std::forward<ExportDukptInitialKeyT>(value)); return *this;}
53
55
64 inline KeyCheckValueAlgorithm GetKeyCheckValueAlgorithm() const { return m_keyCheckValueAlgorithm; }
65 inline bool KeyCheckValueAlgorithmHasBeenSet() const { return m_keyCheckValueAlgorithmHasBeenSet; }
66 inline void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value) { m_keyCheckValueAlgorithmHasBeenSet = true; m_keyCheckValueAlgorithm = value; }
69 private:
70
71 ExportDukptInitialKey m_exportDukptInitialKey;
72 bool m_exportDukptInitialKeyHasBeenSet = false;
73
75 bool m_keyCheckValueAlgorithmHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace PaymentCryptography
80} // namespace Aws
KeyCheckValueAlgorithm GetKeyCheckValueAlgorithm() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes()=default
AWS_PAYMENTCRYPTOGRAPHY_API ExportAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetKeyCheckValueAlgorithm(KeyCheckValueAlgorithm value)
const ExportDukptInitialKey & GetExportDukptInitialKey() const
ExportAttributes & WithExportDukptInitialKey(ExportDukptInitialKeyT &&value)
void SetExportDukptInitialKey(ExportDukptInitialKeyT &&value)
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