7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LocationService
43 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
51 bool m_indexNameHasBeenSet =
false;
DeletePlaceIndexRequest & WithIndexName(Aws::String &&value)
const Aws::String & GetIndexName() const
AWS_LOCATIONSERVICE_API DeletePlaceIndexRequest()
void SetIndexName(const Aws::String &value)
void SetIndexName(Aws::String &&value)
bool IndexNameHasBeenSet() const
void SetIndexName(const char *value)
DeletePlaceIndexRequest & WithIndexName(const Aws::String &value)
DeletePlaceIndexRequest & WithIndexName(const char *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