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>
65 template <
typename FileNameT = Aws::String>
67 m_fileNameHasBeenSet =
true;
68 m_fileName = std::forward<FileNameT>(value);
70 template <
typename FileNameT = Aws::String>
85 template <
typename KeyT = Aws::String>
87 m_keyHasBeenSet =
true;
88 m_key = std::forward<KeyT>(value);
90 template <
typename KeyT = Aws::String>
92 SetKey(std::forward<KeyT>(value));
102 bool m_mapNameHasBeenSet =
false;
103 bool m_fileNameHasBeenSet =
false;
104 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