7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/location/LocationServiceRequest.h>
9#include <aws/location/LocationService_EXPORTS.h>
14namespace LocationService {
37 template <
typename IndexNameT = Aws::String>
39 m_indexNameHasBeenSet =
true;
40 m_indexName = std::forward<IndexNameT>(value);
42 template <
typename IndexNameT = Aws::String>
50 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