/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The sort configuration of a pie chart.See Also:
AWS
* API Reference
The sort configuration of the category fields.
*/ inline const Aws::VectorThe sort configuration of the category fields.
*/ inline bool CategorySortHasBeenSet() const { return m_categorySortHasBeenSet; } /** *The sort configuration of the category fields.
*/ inline void SetCategorySort(const Aws::VectorThe sort configuration of the category fields.
*/ inline void SetCategorySort(Aws::VectorThe sort configuration of the category fields.
*/ inline PieChartSortConfiguration& WithCategorySort(const Aws::VectorThe sort configuration of the category fields.
*/ inline PieChartSortConfiguration& WithCategorySort(Aws::VectorThe sort configuration of the category fields.
*/ inline PieChartSortConfiguration& AddCategorySort(const FieldSortOptions& value) { m_categorySortHasBeenSet = true; m_categorySort.push_back(value); return *this; } /** *The sort configuration of the category fields.
*/ inline PieChartSortConfiguration& AddCategorySort(FieldSortOptions&& value) { m_categorySortHasBeenSet = true; m_categorySort.push_back(std::move(value)); return *this; } /** *The limit on the number of categories that are displayed in a pie chart.
*/ inline const ItemsLimitConfiguration& GetCategoryItemsLimit() const{ return m_categoryItemsLimit; } /** *The limit on the number of categories that are displayed in a pie chart.
*/ inline bool CategoryItemsLimitHasBeenSet() const { return m_categoryItemsLimitHasBeenSet; } /** *The limit on the number of categories that are displayed in a pie chart.
*/ inline void SetCategoryItemsLimit(const ItemsLimitConfiguration& value) { m_categoryItemsLimitHasBeenSet = true; m_categoryItemsLimit = value; } /** *The limit on the number of categories that are displayed in a pie chart.
*/ inline void SetCategoryItemsLimit(ItemsLimitConfiguration&& value) { m_categoryItemsLimitHasBeenSet = true; m_categoryItemsLimit = std::move(value); } /** *The limit on the number of categories that are displayed in a pie chart.
*/ inline PieChartSortConfiguration& WithCategoryItemsLimit(const ItemsLimitConfiguration& value) { SetCategoryItemsLimit(value); return *this;} /** *The limit on the number of categories that are displayed in a pie chart.
*/ inline PieChartSortConfiguration& WithCategoryItemsLimit(ItemsLimitConfiguration&& value) { SetCategoryItemsLimit(std::move(value)); return *this;} /** *The sort configuration of the small multiples field.
*/ inline const Aws::VectorThe sort configuration of the small multiples field.
*/ inline bool SmallMultiplesSortHasBeenSet() const { return m_smallMultiplesSortHasBeenSet; } /** *The sort configuration of the small multiples field.
*/ inline void SetSmallMultiplesSort(const Aws::VectorThe sort configuration of the small multiples field.
*/ inline void SetSmallMultiplesSort(Aws::VectorThe sort configuration of the small multiples field.
*/ inline PieChartSortConfiguration& WithSmallMultiplesSort(const Aws::VectorThe sort configuration of the small multiples field.
*/ inline PieChartSortConfiguration& WithSmallMultiplesSort(Aws::VectorThe sort configuration of the small multiples field.
*/ inline PieChartSortConfiguration& AddSmallMultiplesSort(const FieldSortOptions& value) { m_smallMultiplesSortHasBeenSet = true; m_smallMultiplesSort.push_back(value); return *this; } /** *The sort configuration of the small multiples field.
*/ inline PieChartSortConfiguration& AddSmallMultiplesSort(FieldSortOptions&& value) { m_smallMultiplesSortHasBeenSet = true; m_smallMultiplesSort.push_back(std::move(value)); return *this; } /** *The limit on the number of small multiples panels that are displayed.
*/ inline const ItemsLimitConfiguration& GetSmallMultiplesLimitConfiguration() const{ return m_smallMultiplesLimitConfiguration; } /** *The limit on the number of small multiples panels that are displayed.
*/ inline bool SmallMultiplesLimitConfigurationHasBeenSet() const { return m_smallMultiplesLimitConfigurationHasBeenSet; } /** *The limit on the number of small multiples panels that are displayed.
*/ inline void SetSmallMultiplesLimitConfiguration(const ItemsLimitConfiguration& value) { m_smallMultiplesLimitConfigurationHasBeenSet = true; m_smallMultiplesLimitConfiguration = value; } /** *The limit on the number of small multiples panels that are displayed.
*/ inline void SetSmallMultiplesLimitConfiguration(ItemsLimitConfiguration&& value) { m_smallMultiplesLimitConfigurationHasBeenSet = true; m_smallMultiplesLimitConfiguration = std::move(value); } /** *The limit on the number of small multiples panels that are displayed.
*/ inline PieChartSortConfiguration& WithSmallMultiplesLimitConfiguration(const ItemsLimitConfiguration& value) { SetSmallMultiplesLimitConfiguration(value); return *this;} /** *The limit on the number of small multiples panels that are displayed.
*/ inline PieChartSortConfiguration& WithSmallMultiplesLimitConfiguration(ItemsLimitConfiguration&& value) { SetSmallMultiplesLimitConfiguration(std::move(value)); return *this;} private: Aws::Vector