7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace LocationService
49 inline void SetMapName(
const char* value) { m_mapNameHasBeenSet =
true; m_mapName.assign(value); }
62 inline void SetZ(
Aws::String&& value) { m_zHasBeenSet =
true; m_z = std::move(value); }
63 inline void SetZ(
const char* value) { m_zHasBeenSet =
true; m_z.assign(value); }
76 inline void SetX(
Aws::String&& value) { m_xHasBeenSet =
true; m_x = std::move(value); }
77 inline void SetX(
const char* value) { m_xHasBeenSet =
true; m_x.assign(value); }
90 inline void SetY(
Aws::String&& value) { m_yHasBeenSet =
true; m_y = std::move(value); }
91 inline void SetY(
const char* value) { m_yHasBeenSet =
true; m_y.assign(value); }
107 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
115 bool m_mapNameHasBeenSet =
false;
118 bool m_zHasBeenSet =
false;
121 bool m_xHasBeenSet =
false;
124 bool m_yHasBeenSet =
false;
127 bool m_keyHasBeenSet =
false;
void SetMapName(const Aws::String &value)
GetMapTileRequest & WithY(const char *value)
AWS_LOCATIONSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetMapTileRequest & WithKey(const Aws::String &value)
GetMapTileRequest & WithX(const char *value)
GetMapTileRequest & WithY(Aws::String &&value)
void SetKey(Aws::String &&value)
void SetY(const char *value)
void SetZ(const char *value)
const Aws::String & GetKey() const
GetMapTileRequest & WithMapName(Aws::String &&value)
GetMapTileRequest & WithX(Aws::String &&value)
GetMapTileRequest & WithZ(Aws::String &&value)
GetMapTileRequest & WithMapName(const Aws::String &value)
GetMapTileRequest & WithKey(Aws::String &&value)
const Aws::String & GetY() const
void SetY(const Aws::String &value)
void SetX(const Aws::String &value)
const Aws::String & GetMapName() const
void SetY(Aws::String &&value)
void SetKey(const char *value)
GetMapTileRequest & WithX(const Aws::String &value)
const Aws::String & GetZ() const
GetMapTileRequest & WithZ(const Aws::String &value)
GetMapTileRequest & WithKey(const char *value)
void SetMapName(const char *value)
const Aws::String & GetX() const
GetMapTileRequest & WithY(const Aws::String &value)
void SetZ(const Aws::String &value)
void SetX(const char *value)
void SetKey(const Aws::String &value)
bool KeyHasBeenSet() const
AWS_LOCATIONSERVICE_API GetMapTileRequest()
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
GetMapTileRequest & WithMapName(const char *value)
void SetX(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetZ(Aws::String &&value)
void SetMapName(Aws::String &&value)
GetMapTileRequest & WithZ(const char *value)
bool MapNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String