AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
WordCloudChartConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/WordCloudFieldWells.h>
9#include <aws/quicksight/model/WordCloudSortConfiguration.h>
10#include <aws/quicksight/model/ChartAxisLabelOptions.h>
11#include <aws/quicksight/model/WordCloudOptions.h>
12#include <aws/quicksight/model/VisualInteractionOptions.h>
13#include <utility>
14
15namespace Aws
16{
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22 class JsonView;
23} // namespace Json
24} // namespace Utils
25namespace QuickSight
26{
27namespace Model
28{
29
36 {
37 public:
38 AWS_QUICKSIGHT_API WordCloudChartConfiguration() = default;
41 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const WordCloudFieldWells& GetFieldWells() const { return m_fieldWells; }
49 inline bool FieldWellsHasBeenSet() const { return m_fieldWellsHasBeenSet; }
50 template<typename FieldWellsT = WordCloudFieldWells>
51 void SetFieldWells(FieldWellsT&& value) { m_fieldWellsHasBeenSet = true; m_fieldWells = std::forward<FieldWellsT>(value); }
52 template<typename FieldWellsT = WordCloudFieldWells>
53 WordCloudChartConfiguration& WithFieldWells(FieldWellsT&& value) { SetFieldWells(std::forward<FieldWellsT>(value)); return *this;}
55
57
60 inline const WordCloudSortConfiguration& GetSortConfiguration() const { return m_sortConfiguration; }
61 inline bool SortConfigurationHasBeenSet() const { return m_sortConfigurationHasBeenSet; }
62 template<typename SortConfigurationT = WordCloudSortConfiguration>
63 void SetSortConfiguration(SortConfigurationT&& value) { m_sortConfigurationHasBeenSet = true; m_sortConfiguration = std::forward<SortConfigurationT>(value); }
64 template<typename SortConfigurationT = WordCloudSortConfiguration>
65 WordCloudChartConfiguration& WithSortConfiguration(SortConfigurationT&& value) { SetSortConfiguration(std::forward<SortConfigurationT>(value)); return *this;}
67
69
73 inline const ChartAxisLabelOptions& GetCategoryLabelOptions() const { return m_categoryLabelOptions; }
74 inline bool CategoryLabelOptionsHasBeenSet() const { return m_categoryLabelOptionsHasBeenSet; }
75 template<typename CategoryLabelOptionsT = ChartAxisLabelOptions>
76 void SetCategoryLabelOptions(CategoryLabelOptionsT&& value) { m_categoryLabelOptionsHasBeenSet = true; m_categoryLabelOptions = std::forward<CategoryLabelOptionsT>(value); }
77 template<typename CategoryLabelOptionsT = ChartAxisLabelOptions>
78 WordCloudChartConfiguration& WithCategoryLabelOptions(CategoryLabelOptionsT&& value) { SetCategoryLabelOptions(std::forward<CategoryLabelOptionsT>(value)); return *this;}
80
82
85 inline const WordCloudOptions& GetWordCloudOptions() const { return m_wordCloudOptions; }
86 inline bool WordCloudOptionsHasBeenSet() const { return m_wordCloudOptionsHasBeenSet; }
87 template<typename WordCloudOptionsT = WordCloudOptions>
88 void SetWordCloudOptions(WordCloudOptionsT&& value) { m_wordCloudOptionsHasBeenSet = true; m_wordCloudOptions = std::forward<WordCloudOptionsT>(value); }
89 template<typename WordCloudOptionsT = WordCloudOptions>
90 WordCloudChartConfiguration& WithWordCloudOptions(WordCloudOptionsT&& value) { SetWordCloudOptions(std::forward<WordCloudOptionsT>(value)); return *this;}
92
94
97 inline const VisualInteractionOptions& GetInteractions() const { return m_interactions; }
98 inline bool InteractionsHasBeenSet() const { return m_interactionsHasBeenSet; }
99 template<typename InteractionsT = VisualInteractionOptions>
100 void SetInteractions(InteractionsT&& value) { m_interactionsHasBeenSet = true; m_interactions = std::forward<InteractionsT>(value); }
101 template<typename InteractionsT = VisualInteractionOptions>
102 WordCloudChartConfiguration& WithInteractions(InteractionsT&& value) { SetInteractions(std::forward<InteractionsT>(value)); return *this;}
104 private:
105
106 WordCloudFieldWells m_fieldWells;
107 bool m_fieldWellsHasBeenSet = false;
108
109 WordCloudSortConfiguration m_sortConfiguration;
110 bool m_sortConfigurationHasBeenSet = false;
111
112 ChartAxisLabelOptions m_categoryLabelOptions;
113 bool m_categoryLabelOptionsHasBeenSet = false;
114
115 WordCloudOptions m_wordCloudOptions;
116 bool m_wordCloudOptionsHasBeenSet = false;
117
118 VisualInteractionOptions m_interactions;
119 bool m_interactionsHasBeenSet = false;
120 };
121
122} // namespace Model
123} // namespace QuickSight
124} // namespace Aws
AWS_QUICKSIGHT_API WordCloudChartConfiguration(Aws::Utils::Json::JsonView jsonValue)
const ChartAxisLabelOptions & GetCategoryLabelOptions() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API WordCloudChartConfiguration()=default
WordCloudChartConfiguration & WithFieldWells(FieldWellsT &&value)
WordCloudChartConfiguration & WithSortConfiguration(SortConfigurationT &&value)
const WordCloudSortConfiguration & GetSortConfiguration() const
WordCloudChartConfiguration & WithInteractions(InteractionsT &&value)
WordCloudChartConfiguration & WithWordCloudOptions(WordCloudOptionsT &&value)
const VisualInteractionOptions & GetInteractions() const
WordCloudChartConfiguration & WithCategoryLabelOptions(CategoryLabelOptionsT &&value)
AWS_QUICKSIGHT_API WordCloudChartConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue