7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/PaginationConfiguration.h>
10#include <aws/quicksight/model/FieldSortOptions.h>
49 template<
typename RowSortT = Aws::Vector<FieldSortOptions>>
50 void SetRowSort(RowSortT&& value) { m_rowSortHasBeenSet =
true; m_rowSort = std::forward<RowSortT>(value); }
51 template<
typename RowSortT = Aws::Vector<FieldSortOptions>>
53 template<
typename RowSortT = FieldSortOptions>
63 template<
typename PaginationConfigurationT = PaginationConfiguration>
64 void SetPaginationConfiguration(PaginationConfigurationT&& value) { m_paginationConfigurationHasBeenSet =
true; m_paginationConfiguration = std::forward<PaginationConfigurationT>(value); }
65 template<
typename PaginationConfigurationT = PaginationConfiguration>
71 bool m_rowSortHasBeenSet =
false;
74 bool m_paginationConfigurationHasBeenSet =
false;
const PaginationConfiguration & GetPaginationConfiguration() const
bool RowSortHasBeenSet() const
void SetRowSort(RowSortT &&value)
const Aws::Vector< FieldSortOptions > & GetRowSort() const
AWS_QUICKSIGHT_API TableSortConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TableSortConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool PaginationConfigurationHasBeenSet() const
AWS_QUICKSIGHT_API TableSortConfiguration()=default
void SetPaginationConfiguration(PaginationConfigurationT &&value)
TableSortConfiguration & WithPaginationConfiguration(PaginationConfigurationT &&value)
TableSortConfiguration & AddRowSort(RowSortT &&value)
TableSortConfiguration & WithRowSort(RowSortT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue