7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/LocationService_EXPORTS.h>
11#include <aws/location/model/MapConfiguration.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LocationService {
37 template <
typename MapNameT = Aws::String>
39 m_mapNameHasBeenSet =
true;
40 m_mapName = std::forward<MapNameT>(value);
42 template <
typename MapNameT = Aws::String>
56 template <
typename MapArnT = Aws::String>
58 m_mapArnHasBeenSet =
true;
59 m_mapArn = std::forward<MapArnT>(value);
61 template <
typename MapArnT = Aws::String>
73 template <
typename DataSourceT = Aws::String>
75 m_dataSourceHasBeenSet =
true;
76 m_dataSource = std::forward<DataSourceT>(value);
78 template <
typename DataSourceT = Aws::String>
90 template <
typename ConfigurationT = MapConfiguration>
92 m_configurationHasBeenSet =
true;
93 m_configuration = std::forward<ConfigurationT>(value);
95 template <
typename ConfigurationT = MapConfiguration>
107 template <
typename DescriptionT = Aws::String>
109 m_descriptionHasBeenSet =
true;
110 m_description = std::forward<DescriptionT>(value);
112 template <
typename DescriptionT = Aws::String>
124 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 m_tagsHasBeenSet =
true;
127 m_tags = std::forward<TagsT>(value);
129 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
131 SetTags(std::forward<TagsT>(value));
134 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
136 m_tagsHasBeenSet =
true;
137 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
149 template <
typename CreateTimeT = Aws::Utils::DateTime>
151 m_createTimeHasBeenSet =
true;
152 m_createTime = std::forward<CreateTimeT>(value);
154 template <
typename CreateTimeT = Aws::Utils::DateTime>
168 template <
typename UpdateTimeT = Aws::Utils::DateTime>
170 m_updateTimeHasBeenSet =
true;
171 m_updateTime = std::forward<UpdateTimeT>(value);
173 template <
typename UpdateTimeT = Aws::Utils::DateTime>
183 template <
typename RequestIdT = Aws::String>
185 m_requestIdHasBeenSet =
true;
186 m_requestId = std::forward<RequestIdT>(value);
188 template <
typename RequestIdT = Aws::String>
212 bool m_mapNameHasBeenSet =
false;
213 bool m_mapArnHasBeenSet =
false;
214 bool m_dataSourceHasBeenSet =
false;
215 bool m_configurationHasBeenSet =
false;
216 bool m_descriptionHasBeenSet =
false;
217 bool m_tagsHasBeenSet =
false;
218 bool m_createTimeHasBeenSet =
false;
219 bool m_updateTimeHasBeenSet =
false;
220 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