7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/location/LocationService_EXPORTS.h>
20namespace LocationService {
46 template <
typename PoliticalViewT = Aws::String>
48 m_politicalViewHasBeenSet =
true;
49 m_politicalView = std::forward<PoliticalViewT>(value);
51 template <
typename PoliticalViewT = Aws::String>
68 template <
typename CustomLayersT = Aws::Vector<Aws::String>>
70 m_customLayersHasBeenSet =
true;
71 m_customLayers = std::forward<CustomLayersT>(value);
73 template <
typename CustomLayersT = Aws::Vector<Aws::String>>
78 template <
typename CustomLayersT = Aws::String>
80 m_customLayersHasBeenSet =
true;
81 m_customLayers.emplace_back(std::forward<CustomLayersT>(value));
89 bool m_politicalViewHasBeenSet =
false;
90 bool m_customLayersHasBeenSet =
false;
const Aws::String & GetPoliticalView() const
bool CustomLayersHasBeenSet() const
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
MapConfigurationUpdate & WithPoliticalView(PoliticalViewT &&value)
MapConfigurationUpdate & AddCustomLayers(CustomLayersT &&value)
AWS_LOCATIONSERVICE_API MapConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetCustomLayers() const
void SetPoliticalView(PoliticalViewT &&value)
AWS_LOCATIONSERVICE_API MapConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
MapConfigurationUpdate & WithCustomLayers(CustomLayersT &&value)
void SetCustomLayers(CustomLayersT &&value)
bool PoliticalViewHasBeenSet() const
AWS_LOCATIONSERVICE_API MapConfigurationUpdate()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue