7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/model/DataSourceConfiguration.h>
15namespace LocationService
42 template<
typename IndexNameT = Aws::String>
43 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
44 template<
typename IndexNameT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
66 template<
typename DataSourceConfigurationT = DataSourceConfiguration>
67 void SetDataSourceConfiguration(DataSourceConfigurationT&& value) { m_dataSourceConfigurationHasBeenSet =
true; m_dataSourceConfiguration = std::forward<DataSourceConfigurationT>(value); }
68 template<
typename DataSourceConfigurationT = DataSourceConfiguration>
74 bool m_indexNameHasBeenSet =
false;
77 bool m_descriptionHasBeenSet =
false;
80 bool m_dataSourceConfigurationHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
UpdatePlaceIndexRequest & WithDataSourceConfiguration(DataSourceConfigurationT &&value)
AWS_LOCATIONSERVICE_API UpdatePlaceIndexRequest()=default
UpdatePlaceIndexRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool IndexNameHasBeenSet() const
const DataSourceConfiguration & GetDataSourceConfiguration() const
bool DataSourceConfigurationHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetIndexName() const
void SetIndexName(IndexNameT &&value)
UpdatePlaceIndexRequest & WithIndexName(IndexNameT &&value)
const Aws::String & GetDescription() const
void SetDataSourceConfiguration(DataSourceConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String