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;
DescribePlaceIndexRequest & WithIndexName(IndexNameT &&value)
AWS_LOCATIONSERVICE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool IndexNameHasBeenSet() const
AWS_LOCATIONSERVICE_API DescribePlaceIndexRequest()=default
const Aws::String & GetIndexName() const
void SetIndexName(IndexNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String