7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LocationService
41 template<
typename IndexNameT = Aws::String>
42 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
43 template<
typename IndexNameT = Aws::String>
49 bool m_indexNameHasBeenSet =
false;
const Aws::String & GetIndexName() const
bool IndexNameHasBeenSet() const
AWS_LOCATIONSERVICE_API DeletePlaceIndexRequest()=default
DeletePlaceIndexRequest & WithIndexName(IndexNameT &&value)
void SetIndexName(IndexNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String