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>
49 inline void SetStyle(
const MapStyle& value) { m_styleHasBeenSet =
true; m_style = value; }
50 inline void SetStyle(
MapStyle&& value) { m_styleHasBeenSet =
true; m_style = std::move(value); }
96 inline void SetPoliticalView(
const char* value) { m_politicalViewHasBeenSet =
true; m_politicalView.assign(value); }
111 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
119 bool m_styleHasBeenSet =
false;
122 bool m_colorSchemeHasBeenSet =
false;
125 bool m_politicalViewHasBeenSet =
false;
128 bool m_keyHasBeenSet =
false;
GetStyleDescriptorRequest & WithKey(Aws::String &&value)
bool StyleHasBeenSet() const
void SetStyle(const MapStyle &value)
AWS_GEOMAPS_API GetStyleDescriptorRequest()
void SetColorScheme(ColorScheme &&value)
bool ColorSchemeHasBeenSet() const
GetStyleDescriptorRequest & WithPoliticalView(Aws::String &&value)
GetStyleDescriptorRequest & WithColorScheme(const ColorScheme &value)
const MapStyle & GetStyle() const
GetStyleDescriptorRequest & WithStyle(const MapStyle &value)
GetStyleDescriptorRequest & WithKey(const Aws::String &value)
AWS_GEOMAPS_API Aws::String SerializePayload() const override
void SetStyle(MapStyle &&value)
GetStyleDescriptorRequest & WithPoliticalView(const Aws::String &value)
void SetPoliticalView(Aws::String &&value)
const Aws::String & GetPoliticalView() const
AWS_GEOMAPS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool KeyHasBeenSet() const
void SetKey(Aws::String &&value)
void SetColorScheme(const ColorScheme &value)
virtual const char * GetServiceRequestName() const override
GetStyleDescriptorRequest & WithColorScheme(ColorScheme &&value)
void SetPoliticalView(const char *value)
void SetKey(const char *value)
GetStyleDescriptorRequest & WithPoliticalView(const char *value)
GetStyleDescriptorRequest & WithStyle(MapStyle &&value)
void SetPoliticalView(const Aws::String &value)
GetStyleDescriptorRequest & WithKey(const char *value)
bool PoliticalViewHasBeenSet() const
const ColorScheme & GetColorScheme() const
void SetKey(const Aws::String &value)
const Aws::String & GetKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String