/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The sort configuration of a RadarChartVisual
.See
* Also:
AWS
* API Reference
The category sort options of a radar chart.
*/ inline const Aws::VectorThe category sort options of a radar chart.
*/ inline bool CategorySortHasBeenSet() const { return m_categorySortHasBeenSet; } /** *The category sort options of a radar chart.
*/ inline void SetCategorySort(const Aws::VectorThe category sort options of a radar chart.
*/ inline void SetCategorySort(Aws::VectorThe category sort options of a radar chart.
*/ inline RadarChartSortConfiguration& WithCategorySort(const Aws::VectorThe category sort options of a radar chart.
*/ inline RadarChartSortConfiguration& WithCategorySort(Aws::VectorThe category sort options of a radar chart.
*/ inline RadarChartSortConfiguration& AddCategorySort(const FieldSortOptions& value) { m_categorySortHasBeenSet = true; m_categorySort.push_back(value); return *this; } /** *The category sort options of a radar chart.
*/ inline RadarChartSortConfiguration& AddCategorySort(FieldSortOptions&& value) { m_categorySortHasBeenSet = true; m_categorySort.push_back(std::move(value)); return *this; } /** *The category items limit for a radar chart.
*/ inline const ItemsLimitConfiguration& GetCategoryItemsLimit() const{ return m_categoryItemsLimit; } /** *The category items limit for a radar chart.
*/ inline bool CategoryItemsLimitHasBeenSet() const { return m_categoryItemsLimitHasBeenSet; } /** *The category items limit for a radar chart.
*/ inline void SetCategoryItemsLimit(const ItemsLimitConfiguration& value) { m_categoryItemsLimitHasBeenSet = true; m_categoryItemsLimit = value; } /** *The category items limit for a radar chart.
*/ inline void SetCategoryItemsLimit(ItemsLimitConfiguration&& value) { m_categoryItemsLimitHasBeenSet = true; m_categoryItemsLimit = std::move(value); } /** *The category items limit for a radar chart.
*/ inline RadarChartSortConfiguration& WithCategoryItemsLimit(const ItemsLimitConfiguration& value) { SetCategoryItemsLimit(value); return *this;} /** *The category items limit for a radar chart.
*/ inline RadarChartSortConfiguration& WithCategoryItemsLimit(ItemsLimitConfiguration&& value) { SetCategoryItemsLimit(std::move(value)); return *this;} /** *The color sort configuration of a radar chart.
*/ inline const Aws::VectorThe color sort configuration of a radar chart.
*/ inline bool ColorSortHasBeenSet() const { return m_colorSortHasBeenSet; } /** *The color sort configuration of a radar chart.
*/ inline void SetColorSort(const Aws::VectorThe color sort configuration of a radar chart.
*/ inline void SetColorSort(Aws::VectorThe color sort configuration of a radar chart.
*/ inline RadarChartSortConfiguration& WithColorSort(const Aws::VectorThe color sort configuration of a radar chart.
*/ inline RadarChartSortConfiguration& WithColorSort(Aws::VectorThe color sort configuration of a radar chart.
*/ inline RadarChartSortConfiguration& AddColorSort(const FieldSortOptions& value) { m_colorSortHasBeenSet = true; m_colorSort.push_back(value); return *this; } /** *The color sort configuration of a radar chart.
*/ inline RadarChartSortConfiguration& AddColorSort(FieldSortOptions&& value) { m_colorSortHasBeenSet = true; m_colorSort.push_back(std::move(value)); return *this; } /** *The color items limit of a radar chart.
*/ inline const ItemsLimitConfiguration& GetColorItemsLimit() const{ return m_colorItemsLimit; } /** *The color items limit of a radar chart.
*/ inline bool ColorItemsLimitHasBeenSet() const { return m_colorItemsLimitHasBeenSet; } /** *The color items limit of a radar chart.
*/ inline void SetColorItemsLimit(const ItemsLimitConfiguration& value) { m_colorItemsLimitHasBeenSet = true; m_colorItemsLimit = value; } /** *The color items limit of a radar chart.
*/ inline void SetColorItemsLimit(ItemsLimitConfiguration&& value) { m_colorItemsLimitHasBeenSet = true; m_colorItemsLimit = std::move(value); } /** *The color items limit of a radar chart.
*/ inline RadarChartSortConfiguration& WithColorItemsLimit(const ItemsLimitConfiguration& value) { SetColorItemsLimit(value); return *this;} /** *The color items limit of a radar chart.
*/ inline RadarChartSortConfiguration& WithColorItemsLimit(ItemsLimitConfiguration&& value) { SetColorItemsLimit(std::move(value)); return *this;} private: Aws::Vector