7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ChartAxisLabelOptions.h>
9#include <aws/quicksight/model/VisualInteractionOptions.h>
10#include <aws/quicksight/model/WordCloudFieldWells.h>
11#include <aws/quicksight/model/WordCloudOptions.h>
12#include <aws/quicksight/model/WordCloudSortConfiguration.h>
44 template <
typename FieldWellsT = WordCloudFieldWells>
46 m_fieldWellsHasBeenSet =
true;
47 m_fieldWells = std::forward<FieldWellsT>(value);
49 template <
typename FieldWellsT = WordCloudFieldWells>
62 template <
typename SortConfigurationT = WordCloudSortConfiguration>
64 m_sortConfigurationHasBeenSet =
true;
65 m_sortConfiguration = std::forward<SortConfigurationT>(value);
67 template <
typename SortConfigurationT = WordCloudSortConfiguration>
81 template <
typename CategoryLabelOptionsT = ChartAxisLabelOptions>
83 m_categoryLabelOptionsHasBeenSet =
true;
84 m_categoryLabelOptions = std::forward<CategoryLabelOptionsT>(value);
86 template <
typename CategoryLabelOptionsT = ChartAxisLabelOptions>
99 template <
typename WordCloudOptionsT = WordCloudOptions>
101 m_wordCloudOptionsHasBeenSet =
true;
102 m_wordCloudOptions = std::forward<WordCloudOptionsT>(value);
104 template <
typename WordCloudOptionsT = WordCloudOptions>
117 template <
typename InteractionsT = VisualInteractionOptions>
119 m_interactionsHasBeenSet =
true;
120 m_interactions = std::forward<InteractionsT>(value);
122 template <
typename InteractionsT = VisualInteractionOptions>
138 bool m_fieldWellsHasBeenSet =
false;
139 bool m_sortConfigurationHasBeenSet =
false;
140 bool m_categoryLabelOptionsHasBeenSet =
false;
141 bool m_wordCloudOptionsHasBeenSet =
false;
142 bool m_interactionsHasBeenSet =
false;
bool CategoryLabelOptionsHasBeenSet() const
AWS_QUICKSIGHT_API WordCloudChartConfiguration(Aws::Utils::Json::JsonView jsonValue)
const ChartAxisLabelOptions & GetCategoryLabelOptions() const
const WordCloudFieldWells & GetFieldWells() 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)
void SetCategoryLabelOptions(CategoryLabelOptionsT &&value)
void SetWordCloudOptions(WordCloudOptionsT &&value)
void SetSortConfiguration(SortConfigurationT &&value)
bool SortConfigurationHasBeenSet() const
WordCloudChartConfiguration & WithWordCloudOptions(WordCloudOptionsT &&value)
bool FieldWellsHasBeenSet() const
const VisualInteractionOptions & GetInteractions() const
void SetFieldWells(FieldWellsT &&value)
const WordCloudOptions & GetWordCloudOptions() const
WordCloudChartConfiguration & WithCategoryLabelOptions(CategoryLabelOptionsT &&value)
AWS_QUICKSIGHT_API WordCloudChartConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InteractionsHasBeenSet() const
void SetInteractions(InteractionsT &&value)
bool WordCloudOptionsHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue