7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/location/LocationService_EXPORTS.h>
17namespace LocationService {
42 template <
typename MapNameT = Aws::String>
44 m_mapNameHasBeenSet =
true;
45 m_mapName = std::forward<MapNameT>(value);
47 template <
typename MapNameT = Aws::String>
104 template <
typename FontStackT = Aws::String>
106 m_fontStackHasBeenSet =
true;
107 m_fontStack = std::forward<FontStackT>(value);
109 template <
typename FontStackT = Aws::String>
125 template <
typename FontUnicodeRangeT = Aws::String>
127 m_fontUnicodeRangeHasBeenSet =
true;
128 m_fontUnicodeRange = std::forward<FontUnicodeRangeT>(value);
130 template <
typename FontUnicodeRangeT = Aws::String>
145 template <
typename KeyT = Aws::String>
147 m_keyHasBeenSet =
true;
148 m_key = std::forward<KeyT>(value);
150 template <
typename KeyT = Aws::String>
152 SetKey(std::forward<KeyT>(value));
164 bool m_mapNameHasBeenSet =
false;
165 bool m_fontStackHasBeenSet =
false;
166 bool m_fontUnicodeRangeHasBeenSet =
false;
167 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