/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The sort configuration of a waterfall visual.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 WaterfallChartSortConfiguration& WithCategorySort(const Aws::VectorThe sort configuration of the category fields.
*/ inline WaterfallChartSortConfiguration& WithCategorySort(Aws::VectorThe sort configuration of the category fields.
*/ inline WaterfallChartSortConfiguration& AddCategorySort(const FieldSortOptions& value) { m_categorySortHasBeenSet = true; m_categorySort.push_back(value); return *this; } /** *The sort configuration of the category fields.
*/ inline WaterfallChartSortConfiguration& AddCategorySort(FieldSortOptions&& value) { m_categorySortHasBeenSet = true; m_categorySort.push_back(std::move(value)); return *this; } /** *The limit on the number of bar groups that are displayed.
*/ inline const ItemsLimitConfiguration& GetBreakdownItemsLimit() const{ return m_breakdownItemsLimit; } /** *The limit on the number of bar groups that are displayed.
*/ inline bool BreakdownItemsLimitHasBeenSet() const { return m_breakdownItemsLimitHasBeenSet; } /** *The limit on the number of bar groups that are displayed.
*/ inline void SetBreakdownItemsLimit(const ItemsLimitConfiguration& value) { m_breakdownItemsLimitHasBeenSet = true; m_breakdownItemsLimit = value; } /** *The limit on the number of bar groups that are displayed.
*/ inline void SetBreakdownItemsLimit(ItemsLimitConfiguration&& value) { m_breakdownItemsLimitHasBeenSet = true; m_breakdownItemsLimit = std::move(value); } /** *The limit on the number of bar groups that are displayed.
*/ inline WaterfallChartSortConfiguration& WithBreakdownItemsLimit(const ItemsLimitConfiguration& value) { SetBreakdownItemsLimit(value); return *this;} /** *The limit on the number of bar groups that are displayed.
*/ inline WaterfallChartSortConfiguration& WithBreakdownItemsLimit(ItemsLimitConfiguration&& value) { SetBreakdownItemsLimit(std::move(value)); return *this;} private: Aws::Vector