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