7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-maps/GeoMapsRequest.h>
9#include <aws/geo-maps/GeoMaps_EXPORTS.h>
87 template <
typename FontStackT = Aws::String>
89 m_fontStackHasBeenSet =
true;
90 m_fontStack = std::forward<FontStackT>(value);
92 template <
typename FontStackT = Aws::String>
106 template <
typename FontUnicodeRangeT = Aws::String>
108 m_fontUnicodeRangeHasBeenSet =
true;
109 m_fontUnicodeRange = std::forward<FontUnicodeRangeT>(value);
111 template <
typename FontUnicodeRangeT = Aws::String>
121 bool m_fontStackHasBeenSet =
false;
122 bool m_fontUnicodeRangeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool FontStackHasBeenSet() const
GetGlyphsRequest & WithFontUnicodeRange(FontUnicodeRangeT &&value)
GetGlyphsRequest & WithFontStack(FontStackT &&value)
bool FontUnicodeRangeHasBeenSet() const
void SetFontUnicodeRange(FontUnicodeRangeT &&value)
AWS_GEOMAPS_API Aws::String SerializePayload() const override
AWS_GEOMAPS_API GetGlyphsRequest()=default
const Aws::String & GetFontUnicodeRange() const
const Aws::String & GetFontStack() const
void SetFontStack(FontStackT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String