AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
OutgoingKeyMaterial.h
1
6#pragma once
7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/OutgoingTr31KeyBlock.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 OutgoingKeyMaterial() = default;
31 AWS_PAYMENTCRYPTOGRAPHYDATA_API OutgoingKeyMaterial(Aws::Utils::Json::JsonView jsonValue);
32 AWS_PAYMENTCRYPTOGRAPHYDATA_API OutgoingKeyMaterial& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const OutgoingTr31KeyBlock& GetTr31KeyBlock() const { return m_tr31KeyBlock; }
41 inline bool Tr31KeyBlockHasBeenSet() const { return m_tr31KeyBlockHasBeenSet; }
42 template <typename Tr31KeyBlockT = OutgoingTr31KeyBlock>
43 void SetTr31KeyBlock(Tr31KeyBlockT&& value) {
44 m_tr31KeyBlockHasBeenSet = true;
45 m_tr31KeyBlock = std::forward<Tr31KeyBlockT>(value);
46 }
47 template <typename Tr31KeyBlockT = OutgoingTr31KeyBlock>
48 OutgoingKeyMaterial& WithTr31KeyBlock(Tr31KeyBlockT&& value) {
49 SetTr31KeyBlock(std::forward<Tr31KeyBlockT>(value));
50 return *this;
51 }
53 private:
54 OutgoingTr31KeyBlock m_tr31KeyBlock;
55 bool m_tr31KeyBlockHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace PaymentCryptographyData
60} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API OutgoingKeyMaterial()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API OutgoingKeyMaterial & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API OutgoingKeyMaterial(Aws::Utils::Json::JsonView jsonValue)
OutgoingKeyMaterial & WithTr31KeyBlock(Tr31KeyBlockT &&value)
Aws::Utils::Json::JsonValue JsonValue