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>
60 template <
typename ZT = Aws::String>
63 m_z = std::forward<ZT>(value);
65 template <
typename ZT = Aws::String>
67 SetZ(std::forward<ZT>(value));
78 template <
typename XT = Aws::String>
81 m_x = std::forward<XT>(value);
83 template <
typename XT = Aws::String>
85 SetX(std::forward<XT>(value));
96 template <
typename YT = Aws::String>
99 m_y = std::forward<YT>(value);
101 template <
typename YT = Aws::String>
103 SetY(std::forward<YT>(value));
116 template <
typename KeyT = Aws::String>
118 m_keyHasBeenSet =
true;
119 m_key = std::forward<KeyT>(value);
121 template <
typename KeyT = Aws::String>
123 SetKey(std::forward<KeyT>(value));
137 bool m_mapNameHasBeenSet =
false;
138 bool m_zHasBeenSet =
false;
139 bool m_xHasBeenSet =
false;
140 bool m_yHasBeenSet =
false;
141 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