7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/location/LocationService_EXPORTS.h>
10#include <aws/location/model/DataSourceConfiguration.h>
15namespace LocationService {
38 template <
typename IndexNameT = Aws::String>
40 m_indexNameHasBeenSet =
true;
41 m_indexName = std::forward<IndexNameT>(value);
43 template <
typename IndexNameT = Aws::String>
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
74 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
76 m_dataSourceConfigurationHasBeenSet =
true;
77 m_dataSourceConfiguration = std::forward<DataSourceConfigurationT>(value);
79 template <
typename DataSourceConfigurationT = DataSourceConfiguration>
91 bool m_indexNameHasBeenSet =
false;
92 bool m_descriptionHasBeenSet =
false;
93 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