7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/location/LocationService_EXPORTS.h>
12#include <aws/location/model/MapConfiguration.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace LocationService {
38 template <
typename MapNameT = Aws::String>
40 m_mapNameHasBeenSet =
true;
41 m_mapName = std::forward<MapNameT>(value);
43 template <
typename MapNameT = Aws::String>
57 template <
typename MapArnT = Aws::String>
59 m_mapArnHasBeenSet =
true;
60 m_mapArn = std::forward<MapArnT>(value);
62 template <
typename MapArnT = Aws::String>
74 template <
typename DataSourceT = Aws::String>
76 m_dataSourceHasBeenSet =
true;
77 m_dataSource = std::forward<DataSourceT>(value);
79 template <
typename DataSourceT = Aws::String>
91 template <
typename ConfigurationT = MapConfiguration>
93 m_configurationHasBeenSet =
true;
94 m_configuration = std::forward<ConfigurationT>(value);
96 template <
typename ConfigurationT = MapConfiguration>
108 template <
typename DescriptionT = Aws::String>
110 m_descriptionHasBeenSet =
true;
111 m_description = std::forward<DescriptionT>(value);
113 template <
typename DescriptionT = Aws::String>
125 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 m_tagsHasBeenSet =
true;
128 m_tags = std::forward<TagsT>(value);
130 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 SetTags(std::forward<TagsT>(value));
135 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
137 m_tagsHasBeenSet =
true;
138 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
150 template <
typename CreateTimeT = Aws::Utils::DateTime>
152 m_createTimeHasBeenSet =
true;
153 m_createTime = std::forward<CreateTimeT>(value);
155 template <
typename CreateTimeT = Aws::Utils::DateTime>
169 template <
typename UpdateTimeT = Aws::Utils::DateTime>
171 m_updateTimeHasBeenSet =
true;
172 m_updateTime = std::forward<UpdateTimeT>(value);
174 template <
typename UpdateTimeT = Aws::Utils::DateTime>
184 template <
typename RequestIdT = Aws::String>
186 m_requestIdHasBeenSet =
true;
187 m_requestId = std::forward<RequestIdT>(value);
189 template <
typename RequestIdT = Aws::String>
216 bool m_mapNameHasBeenSet =
false;
217 bool m_mapArnHasBeenSet =
false;
218 bool m_dataSourceHasBeenSet =
false;
219 bool m_configurationHasBeenSet =
false;
220 bool m_descriptionHasBeenSet =
false;
221 bool m_tagsHasBeenSet =
false;
222 bool m_createTimeHasBeenSet =
false;
223 bool m_updateTimeHasBeenSet =
false;
224 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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