7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/model/MapConfigurationUpdate.h>
15namespace LocationService
42 template<
typename MapNameT = Aws::String>
43 void SetMapName(MapNameT&& value) { m_mapNameHasBeenSet =
true; m_mapName = std::forward<MapNameT>(value); }
44 template<
typename MapNameT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
67 template<
typename ConfigurationUpdateT = MapConfigurationUpdate>
68 void SetConfigurationUpdate(ConfigurationUpdateT&& value) { m_configurationUpdateHasBeenSet =
true; m_configurationUpdate = std::forward<ConfigurationUpdateT>(value); }
69 template<
typename ConfigurationUpdateT = MapConfigurationUpdate>
75 bool m_mapNameHasBeenSet =
false;
78 bool m_descriptionHasBeenSet =
false;
81 bool m_configurationUpdateHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const MapConfigurationUpdate & GetConfigurationUpdate() const
UpdateMapRequest & WithMapName(MapNameT &&value)
UpdateMapRequest & WithConfigurationUpdate(ConfigurationUpdateT &&value)
UpdateMapRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetConfigurationUpdate(ConfigurationUpdateT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetMapName() const
AWS_LOCATIONSERVICE_API UpdateMapRequest()=default
void SetDescription(DescriptionT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
bool ConfigurationUpdateHasBeenSet() const
void SetMapName(MapNameT &&value)
bool MapNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String