/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The sort configuration of a tree map.See Also:
AWS
* API Reference
The sort configuration of group by fields.
*/ inline const Aws::VectorThe sort configuration of group by fields.
*/ inline bool TreeMapSortHasBeenSet() const { return m_treeMapSortHasBeenSet; } /** *The sort configuration of group by fields.
*/ inline void SetTreeMapSort(const Aws::VectorThe sort configuration of group by fields.
*/ inline void SetTreeMapSort(Aws::VectorThe sort configuration of group by fields.
*/ inline TreeMapSortConfiguration& WithTreeMapSort(const Aws::VectorThe sort configuration of group by fields.
*/ inline TreeMapSortConfiguration& WithTreeMapSort(Aws::VectorThe sort configuration of group by fields.
*/ inline TreeMapSortConfiguration& AddTreeMapSort(const FieldSortOptions& value) { m_treeMapSortHasBeenSet = true; m_treeMapSort.push_back(value); return *this; } /** *The sort configuration of group by fields.
*/ inline TreeMapSortConfiguration& AddTreeMapSort(FieldSortOptions&& value) { m_treeMapSortHasBeenSet = true; m_treeMapSort.push_back(std::move(value)); return *this; } /** *The limit on the number of groups that are displayed.
*/ inline const ItemsLimitConfiguration& GetTreeMapGroupItemsLimitConfiguration() const{ return m_treeMapGroupItemsLimitConfiguration; } /** *The limit on the number of groups that are displayed.
*/ inline bool TreeMapGroupItemsLimitConfigurationHasBeenSet() const { return m_treeMapGroupItemsLimitConfigurationHasBeenSet; } /** *The limit on the number of groups that are displayed.
*/ inline void SetTreeMapGroupItemsLimitConfiguration(const ItemsLimitConfiguration& value) { m_treeMapGroupItemsLimitConfigurationHasBeenSet = true; m_treeMapGroupItemsLimitConfiguration = value; } /** *The limit on the number of groups that are displayed.
*/ inline void SetTreeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration&& value) { m_treeMapGroupItemsLimitConfigurationHasBeenSet = true; m_treeMapGroupItemsLimitConfiguration = std::move(value); } /** *The limit on the number of groups that are displayed.
*/ inline TreeMapSortConfiguration& WithTreeMapGroupItemsLimitConfiguration(const ItemsLimitConfiguration& value) { SetTreeMapGroupItemsLimitConfiguration(value); return *this;} /** *The limit on the number of groups that are displayed.
*/ inline TreeMapSortConfiguration& WithTreeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration&& value) { SetTreeMapGroupItemsLimitConfiguration(std::move(value)); return *this;} private: Aws::Vector