AWS SDK for C++

AWS SDK for C++ Version 1.11.755

Loading...
Searching...
No Matches
SankeyDiagramChartConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DataLabelOptions.h>
9#include <aws/quicksight/model/SankeyDiagramFieldWells.h>
10#include <aws/quicksight/model/SankeyDiagramSortConfiguration.h>
11#include <aws/quicksight/model/VisualInteractionOptions.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight {
23namespace Model {
24
31 public:
32 AWS_QUICKSIGHT_API SankeyDiagramChartConfiguration() = default;
35 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const SankeyDiagramFieldWells& GetFieldWells() const { return m_fieldWells; }
42 inline bool FieldWellsHasBeenSet() const { return m_fieldWellsHasBeenSet; }
43 template <typename FieldWellsT = SankeyDiagramFieldWells>
44 void SetFieldWells(FieldWellsT&& value) {
45 m_fieldWellsHasBeenSet = true;
46 m_fieldWells = std::forward<FieldWellsT>(value);
47 }
48 template <typename FieldWellsT = SankeyDiagramFieldWells>
50 SetFieldWells(std::forward<FieldWellsT>(value));
51 return *this;
52 }
54
56
59 inline const SankeyDiagramSortConfiguration& GetSortConfiguration() const { return m_sortConfiguration; }
60 inline bool SortConfigurationHasBeenSet() const { return m_sortConfigurationHasBeenSet; }
61 template <typename SortConfigurationT = SankeyDiagramSortConfiguration>
62 void SetSortConfiguration(SortConfigurationT&& value) {
63 m_sortConfigurationHasBeenSet = true;
64 m_sortConfiguration = std::forward<SortConfigurationT>(value);
65 }
66 template <typename SortConfigurationT = SankeyDiagramSortConfiguration>
68 SetSortConfiguration(std::forward<SortConfigurationT>(value));
69 return *this;
70 }
72
74
77 inline const DataLabelOptions& GetDataLabels() const { return m_dataLabels; }
78 inline bool DataLabelsHasBeenSet() const { return m_dataLabelsHasBeenSet; }
79 template <typename DataLabelsT = DataLabelOptions>
80 void SetDataLabels(DataLabelsT&& value) {
81 m_dataLabelsHasBeenSet = true;
82 m_dataLabels = std::forward<DataLabelsT>(value);
83 }
84 template <typename DataLabelsT = DataLabelOptions>
86 SetDataLabels(std::forward<DataLabelsT>(value));
87 return *this;
88 }
90
92
95 inline const VisualInteractionOptions& GetInteractions() const { return m_interactions; }
96 inline bool InteractionsHasBeenSet() const { return m_interactionsHasBeenSet; }
97 template <typename InteractionsT = VisualInteractionOptions>
98 void SetInteractions(InteractionsT&& value) {
99 m_interactionsHasBeenSet = true;
100 m_interactions = std::forward<InteractionsT>(value);
101 }
102 template <typename InteractionsT = VisualInteractionOptions>
104 SetInteractions(std::forward<InteractionsT>(value));
105 return *this;
106 }
108 private:
109 SankeyDiagramFieldWells m_fieldWells;
110
111 SankeyDiagramSortConfiguration m_sortConfiguration;
112
113 DataLabelOptions m_dataLabels;
114
115 VisualInteractionOptions m_interactions;
116 bool m_fieldWellsHasBeenSet = false;
117 bool m_sortConfigurationHasBeenSet = false;
118 bool m_dataLabelsHasBeenSet = false;
119 bool m_interactionsHasBeenSet = false;
120};
121
122} // namespace Model
123} // namespace QuickSight
124} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SankeyDiagramChartConfiguration & WithDataLabels(DataLabelsT &&value)
const SankeyDiagramSortConfiguration & GetSortConfiguration() const
SankeyDiagramChartConfiguration & WithSortConfiguration(SortConfigurationT &&value)
SankeyDiagramChartConfiguration & WithFieldWells(FieldWellsT &&value)
AWS_QUICKSIGHT_API SankeyDiagramChartConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API SankeyDiagramChartConfiguration()=default
AWS_QUICKSIGHT_API SankeyDiagramChartConfiguration(Aws::Utils::Json::JsonView jsonValue)
SankeyDiagramChartConfiguration & WithInteractions(InteractionsT &&value)
Aws::Utils::Json::JsonValue JsonValue