7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace LocationService
47 template<
typename MapNameT = Aws::String>
48 void SetMapName(MapNameT&& value) { m_mapNameHasBeenSet =
true; m_mapName = std::forward<MapNameT>(value); }
49 template<
typename MapNameT = Aws::String>
103 template<
typename FontStackT = Aws::String>
104 void SetFontStack(FontStackT&& value) { m_fontStackHasBeenSet =
true; m_fontStack = std::forward<FontStackT>(value); }
105 template<
typename FontStackT = Aws::String>
118 template<
typename FontUnicodeRangeT = Aws::String>
119 void SetFontUnicodeRange(FontUnicodeRangeT&& value) { m_fontUnicodeRangeHasBeenSet =
true; m_fontUnicodeRange = std::forward<FontUnicodeRangeT>(value); }
120 template<
typename FontUnicodeRangeT = Aws::String>
132 template<
typename KeyT = Aws::String>
133 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
134 template<
typename KeyT = Aws::String>
140 bool m_mapNameHasBeenSet =
false;
143 bool m_fontStackHasBeenSet =
false;
146 bool m_fontUnicodeRangeHasBeenSet =
false;
149 bool m_keyHasBeenSet =
false;
void SetFontStack(FontStackT &&value)
GetMapGlyphsRequest & WithFontUnicodeRange(FontUnicodeRangeT &&value)
bool KeyHasBeenSet() const
GetMapGlyphsRequest & WithKey(KeyT &&value)
bool MapNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetMapGlyphsRequest & WithFontStack(FontStackT &&value)
const Aws::String & GetKey() const
bool FontStackHasBeenSet() const
const Aws::String & GetFontUnicodeRange() const
GetMapGlyphsRequest & WithMapName(MapNameT &&value)
const Aws::String & GetMapName() const
void SetFontUnicodeRange(FontUnicodeRangeT &&value)
void SetMapName(MapNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
AWS_LOCATIONSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetKey(KeyT &&value)
bool FontUnicodeRangeHasBeenSet() const
const Aws::String & GetFontStack() const
AWS_LOCATIONSERVICE_API GetMapGlyphsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String