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>
61 template<
typename KeyT = Aws::String>
62 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
63 template<
typename KeyT = Aws::String>
69 bool m_mapNameHasBeenSet =
false;
72 bool m_keyHasBeenSet =
false;
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
AWS_LOCATIONSERVICE_API GetMapStyleDescriptorRequest()=default
GetMapStyleDescriptorRequest & WithMapName(MapNameT &&value)
AWS_LOCATIONSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MapNameHasBeenSet() const
const Aws::String & GetMapName() const
void SetMapName(MapNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetKey() const
GetMapStyleDescriptorRequest & WithKey(KeyT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String