7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace LocationService
49 inline void SetMapName(
const char* value) { m_mapNameHasBeenSet =
true; m_mapName.assign(value); }
107 inline void SetFontStack(
const char* value) { m_fontStackHasBeenSet =
true; m_fontStack.assign(value); }
124 inline void SetFontUnicodeRange(
const char* value) { m_fontUnicodeRangeHasBeenSet =
true; m_fontUnicodeRange.assign(value); }
140 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
148 bool m_mapNameHasBeenSet =
false;
151 bool m_fontStackHasBeenSet =
false;
154 bool m_fontUnicodeRangeHasBeenSet =
false;
157 bool m_keyHasBeenSet =
false;
void SetFontUnicodeRange(const Aws::String &value)
GetMapGlyphsRequest & WithFontUnicodeRange(const char *value)
GetMapGlyphsRequest & WithKey(const char *value)
void SetFontStack(Aws::String &&value)
GetMapGlyphsRequest & WithFontUnicodeRange(Aws::String &&value)
void SetKey(Aws::String &&value)
void SetFontUnicodeRange(Aws::String &&value)
GetMapGlyphsRequest & WithFontStack(Aws::String &&value)
AWS_LOCATIONSERVICE_API GetMapGlyphsRequest()
void SetMapName(const Aws::String &value)
bool KeyHasBeenSet() const
void SetFontUnicodeRange(const char *value)
void SetKey(const char *value)
bool MapNameHasBeenSet() const
GetMapGlyphsRequest & WithKey(const Aws::String &value)
GetMapGlyphsRequest & WithMapName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetKey() const
GetMapGlyphsRequest & WithKey(Aws::String &&value)
bool FontStackHasBeenSet() const
GetMapGlyphsRequest & WithMapName(const char *value)
const Aws::String & GetFontUnicodeRange() const
void SetKey(const Aws::String &value)
const Aws::String & GetMapName() const
void SetFontStack(const char *value)
GetMapGlyphsRequest & WithFontStack(const char *value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
void SetMapName(const char *value)
AWS_LOCATIONSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetMapGlyphsRequest & WithMapName(Aws::String &&value)
void SetMapName(Aws::String &&value)
GetMapGlyphsRequest & WithFontStack(const Aws::String &value)
void SetFontStack(const Aws::String &value)
bool FontUnicodeRangeHasBeenSet() const
const Aws::String & GetFontStack() const
GetMapGlyphsRequest & WithFontUnicodeRange(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String