7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/location/model/DataSourceConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace LocationService
43 template<
typename IndexNameT = Aws::String>
44 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
45 template<
typename IndexNameT = Aws::String>
57 template<
typename IndexArnT = Aws::String>
58 void SetIndexArn(IndexArnT&& value) { m_indexArnHasBeenSet =
true; m_indexArn = std::forward<IndexArnT>(value); }
59 template<
typename IndexArnT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
81 template<
typename CreateTimeT = Aws::Utils::DateTime>
82 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
83 template<
typename CreateTimeT = Aws::Utils::DateTime>
94 template<
typename UpdateTimeT = Aws::Utils::DateTime>
95 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
96 template<
typename UpdateTimeT = Aws::Utils::DateTime>
110 template<
typename DataSourceT = Aws::String>
111 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
112 template<
typename DataSourceT = Aws::String>
121 template<
typename DataSourceConfigurationT = DataSourceConfiguration>
122 void SetDataSourceConfiguration(DataSourceConfigurationT&& value) { m_dataSourceConfigurationHasBeenSet =
true; m_dataSourceConfiguration = std::forward<DataSourceConfigurationT>(value); }
123 template<
typename DataSourceConfigurationT = DataSourceConfiguration>
132 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
133 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
134 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
138 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
145 template<
typename RequestIdT = Aws::String>
146 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
147 template<
typename RequestIdT = Aws::String>
153 bool m_indexNameHasBeenSet =
false;
156 bool m_indexArnHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
162 bool m_createTimeHasBeenSet =
false;
165 bool m_updateTimeHasBeenSet =
false;
168 bool m_dataSourceHasBeenSet =
false;
170 DataSourceConfiguration m_dataSourceConfiguration;
171 bool m_dataSourceConfigurationHasBeenSet =
false;
174 bool m_tagsHasBeenSet =
false;
177 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