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>
64 template<
typename FileNameT = Aws::String>
65 void SetFileName(FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
66 template<
typename FileNameT = Aws::String>
78 template<
typename KeyT = Aws::String>
79 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
80 template<
typename KeyT = Aws::String>
86 bool m_mapNameHasBeenSet =
false;
89 bool m_fileNameHasBeenSet =
false;
92 bool m_keyHasBeenSet =
false;
void SetKey(KeyT &&value)
bool MapNameHasBeenSet() const
void SetMapName(MapNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
bool FileNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetMapSpritesRequest & WithFileName(FileNameT &&value)
const Aws::String & GetKey() const
AWS_LOCATIONSERVICE_API GetMapSpritesRequest()=default
AWS_LOCATIONSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetFileName(FileNameT &&value)
GetMapSpritesRequest & WithKey(KeyT &&value)
const Aws::String & GetFileName() const
GetMapSpritesRequest & WithMapName(MapNameT &&value)
const Aws::String & GetMapName() const
bool KeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String