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); }
68 inline void SetFileName(
const char* value) { m_fileNameHasBeenSet =
true; m_fileName.assign(value); }
83 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
84 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
92 bool m_mapNameHasBeenSet =
false;
95 bool m_fileNameHasBeenSet =
false;
98 bool m_keyHasBeenSet =
false;
bool MapNameHasBeenSet() const
GetMapSpritesRequest & WithMapName(Aws::String &&value)
void SetMapName(const char *value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
bool FileNameHasBeenSet() const
void SetMapName(Aws::String &&value)
GetMapSpritesRequest & WithKey(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetFileName(const Aws::String &value)
AWS_LOCATIONSERVICE_API GetMapSpritesRequest()
const Aws::String & GetKey() const
AWS_LOCATIONSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetMapSpritesRequest & WithFileName(const Aws::String &value)
GetMapSpritesRequest & WithMapName(const char *value)
void SetKey(const char *value)
GetMapSpritesRequest & WithKey(Aws::String &&value)
GetMapSpritesRequest & WithMapName(const Aws::String &value)
void SetKey(Aws::String &&value)
const Aws::String & GetFileName() const
void SetKey(const Aws::String &value)
const Aws::String & GetMapName() const
bool KeyHasBeenSet() const
void SetMapName(const Aws::String &value)
GetMapSpritesRequest & WithKey(const char *value)
GetMapSpritesRequest & WithFileName(const char *value)
void SetFileName(const char *value)
GetMapSpritesRequest & WithFileName(Aws::String &&value)
void SetFileName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String