AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
IncomingKeyMaterial.h
1
6#pragma once
7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/IncomingDiffieHellmanTr31KeyBlock.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace PaymentCryptographyData {
20namespace Model {
21
29 public:
30 AWS_PAYMENTCRYPTOGRAPHYDATA_API IncomingKeyMaterial() = default;
31 AWS_PAYMENTCRYPTOGRAPHYDATA_API IncomingKeyMaterial(Aws::Utils::Json::JsonView jsonValue);
32 AWS_PAYMENTCRYPTOGRAPHYDATA_API IncomingKeyMaterial& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const IncomingDiffieHellmanTr31KeyBlock& GetDiffieHellmanTr31KeyBlock() const { return m_diffieHellmanTr31KeyBlock; }
41 inline bool DiffieHellmanTr31KeyBlockHasBeenSet() const { return m_diffieHellmanTr31KeyBlockHasBeenSet; }
42 template <typename DiffieHellmanTr31KeyBlockT = IncomingDiffieHellmanTr31KeyBlock>
43 void SetDiffieHellmanTr31KeyBlock(DiffieHellmanTr31KeyBlockT&& value) {
44 m_diffieHellmanTr31KeyBlockHasBeenSet = true;
45 m_diffieHellmanTr31KeyBlock = std::forward<DiffieHellmanTr31KeyBlockT>(value);
46 }
47 template <typename DiffieHellmanTr31KeyBlockT = IncomingDiffieHellmanTr31KeyBlock>
48 IncomingKeyMaterial& WithDiffieHellmanTr31KeyBlock(DiffieHellmanTr31KeyBlockT&& value) {
49 SetDiffieHellmanTr31KeyBlock(std::forward<DiffieHellmanTr31KeyBlockT>(value));
50 return *this;
51 }
53 private:
54 IncomingDiffieHellmanTr31KeyBlock m_diffieHellmanTr31KeyBlock;
55 bool m_diffieHellmanTr31KeyBlockHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace PaymentCryptographyData
60} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API IncomingKeyMaterial(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API IncomingKeyMaterial & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API IncomingKeyMaterial()=default
void SetDiffieHellmanTr31KeyBlock(DiffieHellmanTr31KeyBlockT &&value)
const IncomingDiffieHellmanTr31KeyBlock & GetDiffieHellmanTr31KeyBlock() const
IncomingKeyMaterial & WithDiffieHellmanTr31KeyBlock(DiffieHellmanTr31KeyBlockT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue