AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportKeyMaterial.h
1
6#pragma once
7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/model/ExportTr31KeyBlock.h>
9#include <aws/payment-cryptography/model/ExportTr34KeyBlock.h>
10#include <aws/payment-cryptography/model/ExportKeyCryptogram.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace PaymentCryptography
24{
25namespace Model
26{
27
36 {
37 public:
38 AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyMaterial();
39 AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyMaterial(Aws::Utils::Json::JsonView jsonValue);
40 AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyMaterial& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline const ExportTr31KeyBlock& GetTr31KeyBlock() const{ return m_tr31KeyBlock; }
50 inline bool Tr31KeyBlockHasBeenSet() const { return m_tr31KeyBlockHasBeenSet; }
51 inline void SetTr31KeyBlock(const ExportTr31KeyBlock& value) { m_tr31KeyBlockHasBeenSet = true; m_tr31KeyBlock = value; }
52 inline void SetTr31KeyBlock(ExportTr31KeyBlock&& value) { m_tr31KeyBlockHasBeenSet = true; m_tr31KeyBlock = std::move(value); }
53 inline ExportKeyMaterial& WithTr31KeyBlock(const ExportTr31KeyBlock& value) { SetTr31KeyBlock(value); return *this;}
54 inline ExportKeyMaterial& WithTr31KeyBlock(ExportTr31KeyBlock&& value) { SetTr31KeyBlock(std::move(value)); return *this;}
56
58
62 inline const ExportTr34KeyBlock& GetTr34KeyBlock() const{ return m_tr34KeyBlock; }
63 inline bool Tr34KeyBlockHasBeenSet() const { return m_tr34KeyBlockHasBeenSet; }
64 inline void SetTr34KeyBlock(const ExportTr34KeyBlock& value) { m_tr34KeyBlockHasBeenSet = true; m_tr34KeyBlock = value; }
65 inline void SetTr34KeyBlock(ExportTr34KeyBlock&& value) { m_tr34KeyBlockHasBeenSet = true; m_tr34KeyBlock = std::move(value); }
66 inline ExportKeyMaterial& WithTr34KeyBlock(const ExportTr34KeyBlock& value) { SetTr34KeyBlock(value); return *this;}
67 inline ExportKeyMaterial& WithTr34KeyBlock(ExportTr34KeyBlock&& value) { SetTr34KeyBlock(std::move(value)); return *this;}
69
71
75 inline const ExportKeyCryptogram& GetKeyCryptogram() const{ return m_keyCryptogram; }
76 inline bool KeyCryptogramHasBeenSet() const { return m_keyCryptogramHasBeenSet; }
77 inline void SetKeyCryptogram(const ExportKeyCryptogram& value) { m_keyCryptogramHasBeenSet = true; m_keyCryptogram = value; }
78 inline void SetKeyCryptogram(ExportKeyCryptogram&& value) { m_keyCryptogramHasBeenSet = true; m_keyCryptogram = std::move(value); }
79 inline ExportKeyMaterial& WithKeyCryptogram(const ExportKeyCryptogram& value) { SetKeyCryptogram(value); return *this;}
80 inline ExportKeyMaterial& WithKeyCryptogram(ExportKeyCryptogram&& value) { SetKeyCryptogram(std::move(value)); return *this;}
82 private:
83
84 ExportTr31KeyBlock m_tr31KeyBlock;
85 bool m_tr31KeyBlockHasBeenSet = false;
86
87 ExportTr34KeyBlock m_tr34KeyBlock;
88 bool m_tr34KeyBlockHasBeenSet = false;
89
90 ExportKeyCryptogram m_keyCryptogram;
91 bool m_keyCryptogramHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace PaymentCryptography
96} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyMaterial()
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyMaterial & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportKeyMaterial & WithTr31KeyBlock(ExportTr31KeyBlock &&value)
const ExportTr31KeyBlock & GetTr31KeyBlock() const
void SetTr31KeyBlock(const ExportTr31KeyBlock &value)
ExportKeyMaterial & WithKeyCryptogram(const ExportKeyCryptogram &value)
void SetTr34KeyBlock(const ExportTr34KeyBlock &value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportKeyMaterial(Aws::Utils::Json::JsonView jsonValue)
ExportKeyMaterial & WithTr31KeyBlock(const ExportTr31KeyBlock &value)
const ExportTr34KeyBlock & GetTr34KeyBlock() const
ExportKeyMaterial & WithTr34KeyBlock(const ExportTr34KeyBlock &value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
ExportKeyMaterial & WithKeyCryptogram(ExportKeyCryptogram &&value)
const ExportKeyCryptogram & GetKeyCryptogram() const
void SetKeyCryptogram(ExportKeyCryptogram &&value)
void SetKeyCryptogram(const ExportKeyCryptogram &value)
ExportKeyMaterial & WithTr34KeyBlock(ExportTr34KeyBlock &&value)
Aws::Utils::Json::JsonValue JsonValue