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>
59 template<
typename ZT = Aws::String>
60 void SetZ(ZT&& value) { m_zHasBeenSet =
true; m_z = std::forward<ZT>(value); }
61 template<
typename ZT = Aws::String>
71 template<
typename XT = Aws::String>
72 void SetX(XT&& value) { m_xHasBeenSet =
true; m_x = std::forward<XT>(value); }
73 template<
typename XT = Aws::String>
83 template<
typename YT = Aws::String>
84 void SetY(YT&& value) { m_yHasBeenSet =
true; m_y = std::forward<YT>(value); }
85 template<
typename YT = Aws::String>
97 template<
typename KeyT = Aws::String>
98 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
99 template<
typename KeyT = Aws::String>
105 bool m_mapNameHasBeenSet =
false;
108 bool m_zHasBeenSet =
false;
111 bool m_xHasBeenSet =
false;
114 bool m_yHasBeenSet =
false;
117 bool m_keyHasBeenSet =
false;
AWS_LOCATIONSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_LOCATIONSERVICE_API GetMapTileRequest()=default
const Aws::String & GetKey() const
GetMapTileRequest & WithY(YT &&value)
const Aws::String & GetY() const
void SetKey(KeyT &&value)
GetMapTileRequest & WithMapName(MapNameT &&value)
const Aws::String & GetMapName() const
const Aws::String & GetZ() const
GetMapTileRequest & WithKey(KeyT &&value)
const Aws::String & GetX() const
bool KeyHasBeenSet() const
GetMapTileRequest & WithX(XT &&value)
void SetMapName(MapNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetMapTileRequest & WithZ(ZT &&value)
bool MapNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String