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/DataSourceConfiguration.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LocationService {
37 template <
typename IndexNameT = Aws::String>
39 m_indexNameHasBeenSet =
true;
40 m_indexName = std::forward<IndexNameT>(value);
42 template <
typename IndexNameT = Aws::String>
57 template <
typename IndexArnT = Aws::String>
59 m_indexArnHasBeenSet =
true;
60 m_indexArn = std::forward<IndexArnT>(value);
62 template <
typename IndexArnT = Aws::String>
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
93 template <
typename CreateTimeT = Aws::Utils::DateTime>
95 m_createTimeHasBeenSet =
true;
96 m_createTime = std::forward<CreateTimeT>(value);
98 template <
typename CreateTimeT = Aws::Utils::DateTime>
112 template <
typename UpdateTimeT = Aws::Utils::DateTime>
114 m_updateTimeHasBeenSet =
true;
115 m_updateTime = std::forward<UpdateTimeT>(value);
117 template <
typename UpdateTimeT = Aws::Utils::DateTime>
134 template <
typename DataSourceT = Aws::String>
136 m_dataSourceHasBeenSet =
true;
137 m_dataSource = std::forward<DataSourceT>(value);
139 template <
typename DataSourceT = Aws::String>
151 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
153 m_dataSourceConfigurationHasBeenSet =
true;
154 m_dataSourceConfiguration = std::forward<DataSourceConfigurationT>(value);
156 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
168 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
170 m_tagsHasBeenSet =
true;
171 m_tags = std::forward<TagsT>(value);
173 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
175 SetTags(std::forward<TagsT>(value));
178 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
180 m_tagsHasBeenSet =
true;
181 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
189 template <
typename RequestIdT = Aws::String>
191 m_requestIdHasBeenSet =
true;
192 m_requestId = std::forward<RequestIdT>(value);
194 template <
typename RequestIdT = Aws::String>
213 DataSourceConfiguration m_dataSourceConfiguration;
218 bool m_indexNameHasBeenSet =
false;
219 bool m_indexArnHasBeenSet =
false;
220 bool m_descriptionHasBeenSet =
false;
221 bool m_createTimeHasBeenSet =
false;
222 bool m_updateTimeHasBeenSet =
false;
223 bool m_dataSourceHasBeenSet =
false;
224 bool m_dataSourceConfigurationHasBeenSet =
false;
225 bool m_tagsHasBeenSet =
false;
226 bool m_requestIdHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DescribePlaceIndexResult & WithDescription(DescriptionT &&value)
DescribePlaceIndexResult & WithUpdateTime(UpdateTimeT &&value)
void SetDataSourceConfiguration(DataSourceConfigurationT &&value)
void SetDescription(DescriptionT &&value)
void SetIndexName(IndexNameT &&value)
void SetIndexArn(IndexArnT &&value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetUpdateTime() const
void SetDataSource(DataSourceT &&value)
const DataSourceConfiguration & GetDataSourceConfiguration() const
AWS_LOCATIONSERVICE_API DescribePlaceIndexResult()=default
DescribePlaceIndexResult & WithIndexName(IndexNameT &&value)
const Aws::String & GetIndexName() const
DescribePlaceIndexResult & WithCreateTime(CreateTimeT &&value)
DescribePlaceIndexResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
void SetTags(TagsT &&value)
const Aws::String & GetRequestId() const
DescribePlaceIndexResult & WithIndexArn(IndexArnT &&value)
DescribePlaceIndexResult & WithRequestId(RequestIdT &&value)
DescribePlaceIndexResult & WithTags(TagsT &&value)
void SetCreateTime(CreateTimeT &&value)
DescribePlaceIndexResult & WithDataSource(DataSourceT &&value)
const Aws::String & GetIndexArn() const
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetDataSource() const
DescribePlaceIndexResult & WithDataSourceConfiguration(DataSourceConfigurationT &&value)
AWS_LOCATIONSERVICE_API DescribePlaceIndexResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_LOCATIONSERVICE_API DescribePlaceIndexResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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