7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace LocationService
121 template<
typename StyleT = Aws::String>
122 void SetStyle(StyleT&& value) { m_styleHasBeenSet =
true; m_style = std::forward<StyleT>(value); }
123 template<
typename StyleT = Aws::String>
139 template<
typename PoliticalViewT = Aws::String>
140 void SetPoliticalView(PoliticalViewT&& value) { m_politicalViewHasBeenSet =
true; m_politicalView = std::forward<PoliticalViewT>(value); }
141 template<
typename PoliticalViewT = Aws::String>
155 template<
typename CustomLayersT = Aws::Vector<Aws::String>>
156 void SetCustomLayers(CustomLayersT&& value) { m_customLayersHasBeenSet =
true; m_customLayers = std::forward<CustomLayersT>(value); }
157 template<
typename CustomLayersT = Aws::Vector<Aws::String>>
159 template<
typename CustomLayersT = Aws::String>
160 MapConfiguration&
AddCustomLayers(CustomLayersT&& value) { m_customLayersHasBeenSet =
true; m_customLayers.emplace_back(std::forward<CustomLayersT>(value));
return *
this; }
165 bool m_styleHasBeenSet =
false;
168 bool m_politicalViewHasBeenSet =
false;
171 bool m_customLayersHasBeenSet =
false;
AWS_LOCATIONSERVICE_API MapConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStyle(StyleT &&value)
bool CustomLayersHasBeenSet() const
bool PoliticalViewHasBeenSet() const
AWS_LOCATIONSERVICE_API MapConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API MapConfiguration()=default
void SetCustomLayers(CustomLayersT &&value)
MapConfiguration & WithStyle(StyleT &&value)
const Aws::String & GetStyle() const
MapConfiguration & WithCustomLayers(CustomLayersT &&value)
MapConfiguration & WithPoliticalView(PoliticalViewT &&value)
void SetPoliticalView(PoliticalViewT &&value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool StyleHasBeenSet() const
const Aws::String & GetPoliticalView() const
MapConfiguration & AddCustomLayers(CustomLayersT &&value)
const Aws::Vector< Aws::String > & GetCustomLayers() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue