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 {
115 template <
typename StyleT = Aws::String>
117 m_styleHasBeenSet =
true;
118 m_style = std::forward<StyleT>(value);
120 template <
typename StyleT = Aws::String>
122 SetStyle(std::forward<StyleT>(value));
139 template <
typename PoliticalViewT = Aws::String>
141 m_politicalViewHasBeenSet =
true;
142 m_politicalView = std::forward<PoliticalViewT>(value);
144 template <
typename PoliticalViewT = Aws::String>
161 template <
typename CustomLayersT = Aws::Vector<Aws::String>>
163 m_customLayersHasBeenSet =
true;
164 m_customLayers = std::forward<CustomLayersT>(value);
166 template <
typename CustomLayersT = Aws::Vector<Aws::String>>
171 template <
typename CustomLayersT = Aws::String>
173 m_customLayersHasBeenSet =
true;
174 m_customLayers.emplace_back(std::forward<CustomLayersT>(value));
184 bool m_styleHasBeenSet =
false;
185 bool m_politicalViewHasBeenSet =
false;
186 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