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/DataSourceConfiguration.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace LocationService {
38 template <
typename IndexNameT = Aws::String>
40 m_indexNameHasBeenSet =
true;
41 m_indexName = std::forward<IndexNameT>(value);
43 template <
typename IndexNameT = Aws::String>
58 template <
typename IndexArnT = Aws::String>
60 m_indexArnHasBeenSet =
true;
61 m_indexArn = std::forward<IndexArnT>(value);
63 template <
typename IndexArnT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
94 template <
typename CreateTimeT = Aws::Utils::DateTime>
96 m_createTimeHasBeenSet =
true;
97 m_createTime = std::forward<CreateTimeT>(value);
99 template <
typename CreateTimeT = Aws::Utils::DateTime>
113 template <
typename UpdateTimeT = Aws::Utils::DateTime>
115 m_updateTimeHasBeenSet =
true;
116 m_updateTime = std::forward<UpdateTimeT>(value);
118 template <
typename UpdateTimeT = Aws::Utils::DateTime>
135 template <
typename DataSourceT = Aws::String>
137 m_dataSourceHasBeenSet =
true;
138 m_dataSource = std::forward<DataSourceT>(value);
140 template <
typename DataSourceT = Aws::String>
152 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
154 m_dataSourceConfigurationHasBeenSet =
true;
155 m_dataSourceConfiguration = std::forward<DataSourceConfigurationT>(value);
157 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
169 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
171 m_tagsHasBeenSet =
true;
172 m_tags = std::forward<TagsT>(value);
174 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
176 SetTags(std::forward<TagsT>(value));
179 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
181 m_tagsHasBeenSet =
true;
182 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
190 template <
typename RequestIdT = Aws::String>
192 m_requestIdHasBeenSet =
true;
193 m_requestId = std::forward<RequestIdT>(value);
195 template <
typename RequestIdT = Aws::String>
216 DataSourceConfiguration m_dataSourceConfiguration;
222 bool m_indexNameHasBeenSet =
false;
223 bool m_indexArnHasBeenSet =
false;
224 bool m_descriptionHasBeenSet =
false;
225 bool m_createTimeHasBeenSet =
false;
226 bool m_updateTimeHasBeenSet =
false;
227 bool m_dataSourceHasBeenSet =
false;
228 bool m_dataSourceConfigurationHasBeenSet =
false;
229 bool m_tagsHasBeenSet =
false;
230 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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