/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The sort configuration of a KPI visual.See Also:
AWS
* API Reference
The sort configuration of the trend group fields.
*/ inline const Aws::VectorThe sort configuration of the trend group fields.
*/ inline bool TrendGroupSortHasBeenSet() const { return m_trendGroupSortHasBeenSet; } /** *The sort configuration of the trend group fields.
*/ inline void SetTrendGroupSort(const Aws::VectorThe sort configuration of the trend group fields.
*/ inline void SetTrendGroupSort(Aws::VectorThe sort configuration of the trend group fields.
*/ inline KPISortConfiguration& WithTrendGroupSort(const Aws::VectorThe sort configuration of the trend group fields.
*/ inline KPISortConfiguration& WithTrendGroupSort(Aws::VectorThe sort configuration of the trend group fields.
*/ inline KPISortConfiguration& AddTrendGroupSort(const FieldSortOptions& value) { m_trendGroupSortHasBeenSet = true; m_trendGroupSort.push_back(value); return *this; } /** *The sort configuration of the trend group fields.
*/ inline KPISortConfiguration& AddTrendGroupSort(FieldSortOptions&& value) { m_trendGroupSortHasBeenSet = true; m_trendGroupSort.push_back(std::move(value)); return *this; } private: Aws::Vector