7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ChartAxisLabelOptions.h>
10#include <aws/quicksight/model/ContributionAnalysisDefault.h>
11#include <aws/quicksight/model/DataLabelOptions.h>
12#include <aws/quicksight/model/DonutOptions.h>
13#include <aws/quicksight/model/LegendOptions.h>
14#include <aws/quicksight/model/PieChartFieldWells.h>
15#include <aws/quicksight/model/PieChartSortConfiguration.h>
16#include <aws/quicksight/model/SmallMultiplesOptions.h>
17#include <aws/quicksight/model/TooltipOptions.h>
18#include <aws/quicksight/model/VisualInteractionOptions.h>
19#include <aws/quicksight/model/VisualPalette.h>
51 template <
typename FieldWellsT = PieChartFieldWells>
53 m_fieldWellsHasBeenSet =
true;
54 m_fieldWells = std::forward<FieldWellsT>(value);
56 template <
typename FieldWellsT = PieChartFieldWells>
69 template <
typename SortConfigurationT = PieChartSortConfiguration>
71 m_sortConfigurationHasBeenSet =
true;
72 m_sortConfiguration = std::forward<SortConfigurationT>(value);
74 template <
typename SortConfigurationT = PieChartSortConfiguration>
88 template <
typename DonutOptionsT = DonutOptions>
90 m_donutOptionsHasBeenSet =
true;
91 m_donutOptions = std::forward<DonutOptionsT>(value);
93 template <
typename DonutOptionsT = DonutOptions>
106 template <
typename SmallMultiplesOptionsT = SmallMultiplesOptions>
108 m_smallMultiplesOptionsHasBeenSet =
true;
109 m_smallMultiplesOptions = std::forward<SmallMultiplesOptionsT>(value);
111 template <
typename SmallMultiplesOptionsT = SmallMultiplesOptions>
124 template <
typename CategoryLabelOptionsT = ChartAxisLabelOptions>
126 m_categoryLabelOptionsHasBeenSet =
true;
127 m_categoryLabelOptions = std::forward<CategoryLabelOptionsT>(value);
129 template <
typename CategoryLabelOptionsT = ChartAxisLabelOptions>
142 template <
typename ValueLabelOptionsT = ChartAxisLabelOptions>
144 m_valueLabelOptionsHasBeenSet =
true;
145 m_valueLabelOptions = std::forward<ValueLabelOptionsT>(value);
147 template <
typename ValueLabelOptionsT = ChartAxisLabelOptions>
160 template <
typename LegendT = LegendOptions>
162 m_legendHasBeenSet =
true;
163 m_legend = std::forward<LegendT>(value);
165 template <
typename LegendT = LegendOptions>
178 template <
typename DataLabelsT = DataLabelOptions>
180 m_dataLabelsHasBeenSet =
true;
181 m_dataLabels = std::forward<DataLabelsT>(value);
183 template <
typename DataLabelsT = DataLabelOptions>
196 template <
typename TooltipT = TooltipOptions>
198 m_tooltipHasBeenSet =
true;
199 m_tooltip = std::forward<TooltipT>(value);
201 template <
typename TooltipT = TooltipOptions>
214 template <
typename VisualPaletteT = VisualPalette>
216 m_visualPaletteHasBeenSet =
true;
217 m_visualPalette = std::forward<VisualPaletteT>(value);
219 template <
typename VisualPaletteT = VisualPalette>
232 template <
typename ContributionAnalysisDefaultsT = Aws::Vector<ContributionAnalysisDefault>>
234 m_contributionAnalysisDefaultsHasBeenSet =
true;
235 m_contributionAnalysisDefaults = std::forward<ContributionAnalysisDefaultsT>(value);
237 template <
typename ContributionAnalysisDefaultsT = Aws::Vector<ContributionAnalysisDefault>>
242 template <
typename ContributionAnalysisDefaultsT = ContributionAnalysisDefault>
244 m_contributionAnalysisDefaultsHasBeenSet =
true;
245 m_contributionAnalysisDefaults.emplace_back(std::forward<ContributionAnalysisDefaultsT>(value));
256 template <
typename InteractionsT = VisualInteractionOptions>
258 m_interactionsHasBeenSet =
true;
259 m_interactions = std::forward<InteractionsT>(value);
261 template <
typename InteractionsT = VisualInteractionOptions>
291 bool m_fieldWellsHasBeenSet =
false;
292 bool m_sortConfigurationHasBeenSet =
false;
293 bool m_donutOptionsHasBeenSet =
false;
294 bool m_smallMultiplesOptionsHasBeenSet =
false;
295 bool m_categoryLabelOptionsHasBeenSet =
false;
296 bool m_valueLabelOptionsHasBeenSet =
false;
297 bool m_legendHasBeenSet =
false;
298 bool m_dataLabelsHasBeenSet =
false;
299 bool m_tooltipHasBeenSet =
false;
300 bool m_visualPaletteHasBeenSet =
false;
301 bool m_contributionAnalysisDefaultsHasBeenSet =
false;
302 bool m_interactionsHasBeenSet =
false;
void SetContributionAnalysisDefaults(ContributionAnalysisDefaultsT &&value)
bool DonutOptionsHasBeenSet() const
void SetVisualPalette(VisualPaletteT &&value)
void SetInteractions(InteractionsT &&value)
const DonutOptions & GetDonutOptions() const
PieChartConfiguration & WithTooltip(TooltipT &&value)
PieChartConfiguration & WithDataLabels(DataLabelsT &&value)
const LegendOptions & GetLegend() const
const PieChartSortConfiguration & GetSortConfiguration() const
PieChartConfiguration & WithValueLabelOptions(ValueLabelOptionsT &&value)
PieChartConfiguration & WithFieldWells(FieldWellsT &&value)
const DataLabelOptions & GetDataLabels() const
const ChartAxisLabelOptions & GetValueLabelOptions() const
bool ContributionAnalysisDefaultsHasBeenSet() const
bool FieldWellsHasBeenSet() const
const Aws::Vector< ContributionAnalysisDefault > & GetContributionAnalysisDefaults() const
void SetValueLabelOptions(ValueLabelOptionsT &&value)
bool ValueLabelOptionsHasBeenSet() const
const SmallMultiplesOptions & GetSmallMultiplesOptions() const
PieChartConfiguration & WithContributionAnalysisDefaults(ContributionAnalysisDefaultsT &&value)
const VisualPalette & GetVisualPalette() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
PieChartConfiguration & WithVisualPalette(VisualPaletteT &&value)
PieChartConfiguration & WithCategoryLabelOptions(CategoryLabelOptionsT &&value)
void SetDataLabels(DataLabelsT &&value)
bool CategoryLabelOptionsHasBeenSet() const
PieChartConfiguration & WithLegend(LegendT &&value)
bool TooltipHasBeenSet() const
void SetLegend(LegendT &&value)
const TooltipOptions & GetTooltip() const
const PieChartFieldWells & GetFieldWells() const
void SetTooltip(TooltipT &&value)
PieChartConfiguration & WithInteractions(InteractionsT &&value)
const ChartAxisLabelOptions & GetCategoryLabelOptions() const
void SetDonutOptions(DonutOptionsT &&value)
AWS_QUICKSIGHT_API PieChartConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetSortConfiguration(SortConfigurationT &&value)
bool DataLabelsHasBeenSet() const
PieChartConfiguration & AddContributionAnalysisDefaults(ContributionAnalysisDefaultsT &&value)
bool SmallMultiplesOptionsHasBeenSet() const
void SetFieldWells(FieldWellsT &&value)
bool VisualPaletteHasBeenSet() const
PieChartConfiguration & WithSortConfiguration(SortConfigurationT &&value)
bool LegendHasBeenSet() const
bool InteractionsHasBeenSet() const
AWS_QUICKSIGHT_API PieChartConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const VisualInteractionOptions & GetInteractions() const
void SetCategoryLabelOptions(CategoryLabelOptionsT &&value)
void SetSmallMultiplesOptions(SmallMultiplesOptionsT &&value)
AWS_QUICKSIGHT_API PieChartConfiguration()=default
PieChartConfiguration & WithDonutOptions(DonutOptionsT &&value)
bool SortConfigurationHasBeenSet() const
PieChartConfiguration & WithSmallMultiplesOptions(SmallMultiplesOptionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue