7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/model/MapConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/DateTime.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace LocationService
43 template<
typename MapNameT = Aws::String>
44 void SetMapName(MapNameT&& value) { m_mapNameHasBeenSet =
true; m_mapName = std::forward<MapNameT>(value); }
45 template<
typename MapNameT = Aws::String>
56 template<
typename MapArnT = Aws::String>
57 void SetMapArn(MapArnT&& value) { m_mapArnHasBeenSet =
true; m_mapArn = std::forward<MapArnT>(value); }
58 template<
typename MapArnT = Aws::String>
67 template<
typename DataSourceT = Aws::String>
68 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
69 template<
typename DataSourceT = Aws::String>
78 template<
typename ConfigurationT = MapConfiguration>
79 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
80 template<
typename ConfigurationT = MapConfiguration>
89 template<
typename DescriptionT = Aws::String>
90 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
91 template<
typename DescriptionT = Aws::String>
100 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
102 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
104 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
106 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
117 template<
typename CreateTimeT = Aws::Utils::DateTime>
118 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
119 template<
typename CreateTimeT = Aws::Utils::DateTime>
130 template<
typename UpdateTimeT = Aws::Utils::DateTime>
131 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
132 template<
typename UpdateTimeT = Aws::Utils::DateTime>
139 template<
typename RequestIdT = Aws::String>
140 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
141 template<
typename RequestIdT = Aws::String>
147 bool m_mapNameHasBeenSet =
false;
150 bool m_mapArnHasBeenSet =
false;
153 bool m_dataSourceHasBeenSet =
false;
156 bool m_configurationHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
162 bool m_tagsHasBeenSet =
false;
165 bool m_createTimeHasBeenSet =
false;
168 bool m_updateTimeHasBeenSet =
false;
171 bool m_requestIdHasBeenSet =
false;
void SetConfiguration(ConfigurationT &&value)
void SetMapArn(MapArnT &&value)
DescribeMapResult & WithTags(TagsT &&value)
void SetDataSource(DataSourceT &&value)
DescribeMapResult & WithMapName(MapNameT &&value)
const Aws::String & GetMapArn() const
DescribeMapResult & WithDescription(DescriptionT &&value)
void SetCreateTime(CreateTimeT &&value)
AWS_LOCATIONSERVICE_API DescribeMapResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetMapName() const
const MapConfiguration & GetConfiguration() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DescribeMapResult & WithConfiguration(ConfigurationT &&value)
void SetTags(TagsT &&value)
DescribeMapResult & WithMapArn(MapArnT &&value)
void SetMapName(MapNameT &&value)
const Aws::String & GetDataSource() const
AWS_LOCATIONSERVICE_API DescribeMapResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DescribeMapResult & WithDataSource(DataSourceT &&value)
AWS_LOCATIONSERVICE_API DescribeMapResult()=default
const Aws::String & GetRequestId() const
DescribeMapResult & WithRequestId(RequestIdT &&value)
DescribeMapResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::Utils::DateTime & GetUpdateTime() const
DescribeMapResult & WithCreateTime(CreateTimeT &&value)
const Aws::String & GetDescription() const
DescribeMapResult & WithUpdateTime(UpdateTimeT &&value)
void SetDescription(DescriptionT &&value)
void SetUpdateTime(UpdateTimeT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue