AWS SDK for C++

AWS SDK for C++ Version 1.11.868

Loading...
Searching...
No Matches
TopicV2DataSetRelation.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/TopicV2DataSetRelationEndpoint.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
29 public:
30 AWS_QUICKSIGHT_API TopicV2DataSetRelation() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const TopicV2DataSetRelationEndpoint& GetLeft() const { return m_left; }
40 inline bool LeftHasBeenSet() const { return m_leftHasBeenSet; }
41 template <typename LeftT = TopicV2DataSetRelationEndpoint>
42 void SetLeft(LeftT&& value) {
43 m_leftHasBeenSet = true;
44 m_left = std::forward<LeftT>(value);
45 }
46 template <typename LeftT = TopicV2DataSetRelationEndpoint>
48 SetLeft(std::forward<LeftT>(value));
49 return *this;
50 }
52
54
57 inline const TopicV2DataSetRelationEndpoint& GetRight() const { return m_right; }
58 inline bool RightHasBeenSet() const { return m_rightHasBeenSet; }
59 template <typename RightT = TopicV2DataSetRelationEndpoint>
60 void SetRight(RightT&& value) {
61 m_rightHasBeenSet = true;
62 m_right = std::forward<RightT>(value);
63 }
64 template <typename RightT = TopicV2DataSetRelationEndpoint>
66 SetRight(std::forward<RightT>(value));
67 return *this;
68 }
70 private:
72
74 bool m_leftHasBeenSet = false;
75 bool m_rightHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace QuickSight
80} // namespace Aws
AWS_QUICKSIGHT_API TopicV2DataSetRelation()=default
const TopicV2DataSetRelationEndpoint & GetLeft() const
TopicV2DataSetRelation & WithRight(RightT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API TopicV2DataSetRelation(Aws::Utils::Json::JsonView jsonValue)
TopicV2DataSetRelation & WithLeft(LeftT &&value)
AWS_QUICKSIGHT_API TopicV2DataSetRelation & operator=(Aws::Utils::Json::JsonView jsonValue)
const TopicV2DataSetRelationEndpoint & GetRight() const
Aws::Utils::Json::JsonValue JsonValue