7#include <aws/geo-maps/GeoMaps_EXPORTS.h>
8#include <aws/geo-maps/GeoMapsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
93 inline void SetFontStack(
const char* value) { m_fontStackHasBeenSet =
true; m_fontStack.assign(value); }
108 inline void SetFontUnicodeRange(
const char* value) { m_fontUnicodeRangeHasBeenSet =
true; m_fontUnicodeRange.assign(value); }
116 bool m_fontStackHasBeenSet =
false;
119 bool m_fontUnicodeRangeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetFontStack(Aws::String &&value)
GetGlyphsRequest & WithFontUnicodeRange(const char *value)
GetGlyphsRequest & WithFontUnicodeRange(Aws::String &&value)
bool FontStackHasBeenSet() const
GetGlyphsRequest & WithFontUnicodeRange(const Aws::String &value)
GetGlyphsRequest & WithFontStack(const Aws::String &value)
AWS_GEOMAPS_API GetGlyphsRequest()
GetGlyphsRequest & WithFontStack(Aws::String &&value)
void SetFontStack(const Aws::String &value)
bool FontUnicodeRangeHasBeenSet() const
void SetFontStack(const char *value)
AWS_GEOMAPS_API Aws::String SerializePayload() const override
void SetFontUnicodeRange(const Aws::String &value)
const Aws::String & GetFontUnicodeRange() const
GetGlyphsRequest & WithFontStack(const char *value)
void SetFontUnicodeRange(const char *value)
const Aws::String & GetFontStack() const
void SetFontUnicodeRange(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String