/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The sort configuration for a PivotTableVisual
.See
* Also:
AWS
* API Reference
The field sort options for a pivot table sort configuration.
*/ inline const Aws::VectorThe field sort options for a pivot table sort configuration.
*/ inline bool FieldSortOptionsHasBeenSet() const { return m_fieldSortOptionsHasBeenSet; } /** *The field sort options for a pivot table sort configuration.
*/ inline void SetFieldSortOptions(const Aws::VectorThe field sort options for a pivot table sort configuration.
*/ inline void SetFieldSortOptions(Aws::VectorThe field sort options for a pivot table sort configuration.
*/ inline PivotTableSortConfiguration& WithFieldSortOptions(const Aws::VectorThe field sort options for a pivot table sort configuration.
*/ inline PivotTableSortConfiguration& WithFieldSortOptions(Aws::VectorThe field sort options for a pivot table sort configuration.
*/ inline PivotTableSortConfiguration& AddFieldSortOptions(const PivotFieldSortOptions& value) { m_fieldSortOptionsHasBeenSet = true; m_fieldSortOptions.push_back(value); return *this; } /** *The field sort options for a pivot table sort configuration.
*/ inline PivotTableSortConfiguration& AddFieldSortOptions(PivotFieldSortOptions&& value) { m_fieldSortOptionsHasBeenSet = true; m_fieldSortOptions.push_back(std::move(value)); return *this; } private: Aws::Vector