7#include <aws/geo-maps/GeoMaps_EXPORTS.h>
8#include <aws/geo-maps/GeoMapsRequest.h>
9#include <aws/geo-maps/model/MapStyle.h>
10#include <aws/geo-maps/model/ColorScheme.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
89 template<
typename PoliticalViewT = Aws::String>
90 void SetPoliticalView(PoliticalViewT&& value) { m_politicalViewHasBeenSet =
true; m_politicalView = std::forward<PoliticalViewT>(value); }
91 template<
typename PoliticalViewT = Aws::String>
102 template<
typename KeyT = Aws::String>
103 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
104 template<
typename KeyT = Aws::String>
110 bool m_styleHasBeenSet =
false;
113 bool m_colorSchemeHasBeenSet =
false;
116 bool m_politicalViewHasBeenSet =
false;
119 bool m_keyHasBeenSet =
false;
bool StyleHasBeenSet() const
bool ColorSchemeHasBeenSet() const
void SetStyle(MapStyle value)
AWS_GEOMAPS_API Aws::String SerializePayload() const override
ColorScheme GetColorScheme() const
GetStyleDescriptorRequest & WithColorScheme(ColorScheme value)
GetStyleDescriptorRequest & WithStyle(MapStyle value)
const Aws::String & GetPoliticalView() const
AWS_GEOMAPS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool KeyHasBeenSet() const
void SetPoliticalView(PoliticalViewT &&value)
AWS_GEOMAPS_API GetStyleDescriptorRequest()=default
void SetKey(KeyT &&value)
virtual const char * GetServiceRequestName() const override
MapStyle GetStyle() const
GetStyleDescriptorRequest & WithKey(KeyT &&value)
bool PoliticalViewHasBeenSet() const
GetStyleDescriptorRequest & WithPoliticalView(PoliticalViewT &&value)
const Aws::String & GetKey() const
void SetColorScheme(ColorScheme value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String