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
52 template<
typename PoliticalViewT = Aws::String>
53 void SetPoliticalView(PoliticalViewT&& value) { m_politicalViewHasBeenSet =
true; m_politicalView = std::forward<PoliticalViewT>(value); }
54 template<
typename PoliticalViewT = Aws::String>
68 template<
typename CustomLayersT = Aws::Vector<Aws::String>>
69 void SetCustomLayers(CustomLayersT&& value) { m_customLayersHasBeenSet =
true; m_customLayers = std::forward<CustomLayersT>(value); }
70 template<
typename CustomLayersT = Aws::Vector<Aws::String>>
72 template<
typename CustomLayersT = Aws::String>
78 bool m_politicalViewHasBeenSet =
false;
81 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