/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The sort configuration of a FilledMapVisual
.See
* Also:
AWS
* API Reference
The sort configuration of the location fields.
*/ inline const Aws::VectorThe sort configuration of the location fields.
*/ inline bool CategorySortHasBeenSet() const { return m_categorySortHasBeenSet; } /** *The sort configuration of the location fields.
*/ inline void SetCategorySort(const Aws::VectorThe sort configuration of the location fields.
*/ inline void SetCategorySort(Aws::VectorThe sort configuration of the location fields.
*/ inline FilledMapSortConfiguration& WithCategorySort(const Aws::VectorThe sort configuration of the location fields.
*/ inline FilledMapSortConfiguration& WithCategorySort(Aws::VectorThe sort configuration of the location fields.
*/ inline FilledMapSortConfiguration& AddCategorySort(const FieldSortOptions& value) { m_categorySortHasBeenSet = true; m_categorySort.push_back(value); return *this; } /** *The sort configuration of the location fields.
*/ inline FilledMapSortConfiguration& AddCategorySort(FieldSortOptions&& value) { m_categorySortHasBeenSet = true; m_categorySort.push_back(std::move(value)); return *this; } private: Aws::Vector