7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/LocationServiceRequest.h>
10#include <aws/location/LocationService_EXPORTS.h>
11#include <aws/location/model/DataSourceConfiguration.h>
16namespace LocationService {
43 template <
typename IndexNameT = Aws::String>
45 m_indexNameHasBeenSet =
true;
46 m_indexName = std::forward<IndexNameT>(value);
48 template <
typename IndexNameT = Aws::String>
88 template <
typename DataSourceT = Aws::String>
90 m_dataSourceHasBeenSet =
true;
91 m_dataSource = std::forward<DataSourceT>(value);
93 template <
typename DataSourceT = Aws::String>
106 template <
typename DescriptionT = Aws::String>
108 m_descriptionHasBeenSet =
true;
109 m_description = std::forward<DescriptionT>(value);
111 template <
typename DescriptionT = Aws::String>
124 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
126 m_dataSourceConfigurationHasBeenSet =
true;
127 m_dataSourceConfiguration = std::forward<DataSourceConfigurationT>(value);
129 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
150 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
152 m_tagsHasBeenSet =
true;
153 m_tags = std::forward<TagsT>(value);
155 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
157 SetTags(std::forward<TagsT>(value));
160 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
162 m_tagsHasBeenSet =
true;
163 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
177 bool m_indexNameHasBeenSet =
false;
178 bool m_dataSourceHasBeenSet =
false;
179 bool m_descriptionHasBeenSet =
false;
180 bool m_dataSourceConfigurationHasBeenSet =
false;
181 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDataSource() const
bool IndexNameHasBeenSet() const
const Aws::String & GetDescription() const
void SetDataSourceConfiguration(DataSourceConfigurationT &&value)
CreatePlaceIndexRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetIndexName(IndexNameT &&value)
const Aws::String & GetIndexName() const
CreatePlaceIndexRequest & WithDataSourceConfiguration(DataSourceConfigurationT &&value)
CreatePlaceIndexRequest & WithTags(TagsT &&value)
AWS_LOCATIONSERVICE_API CreatePlaceIndexRequest()=default
bool DescriptionHasBeenSet() const
bool DataSourceConfigurationHasBeenSet() const
bool DataSourceHasBeenSet() const
const DataSourceConfiguration & GetDataSourceConfiguration() const
CreatePlaceIndexRequest & WithDataSource(DataSourceT &&value)
void SetTags(TagsT &&value)
void SetDataSource(DataSourceT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreatePlaceIndexRequest & WithDescription(DescriptionT &&value)
CreatePlaceIndexRequest & WithIndexName(IndexNameT &&value)
bool TagsHasBeenSet() const
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&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