/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A place index resource listed in your Amazon Web Services
* account.See Also:
AWS
* API Reference
The timestamp for when the place index resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The data provider of geospatial data. Values can be one of the following:
* Esri
Grab
Here
For more information about data * providers, see Amazon * Location Service data providers.
*/ inline const Aws::String& GetDataSource() const{ return m_dataSource; } /** *The data provider of geospatial data. Values can be one of the following:
* Esri
Grab
Here
For more information about data * providers, see Amazon * Location Service data providers.
*/ inline bool DataSourceHasBeenSet() const { return m_dataSourceHasBeenSet; } /** *The data provider of geospatial data. Values can be one of the following:
* Esri
Grab
Here
For more information about data * providers, see Amazon * Location Service data providers.
*/ inline void SetDataSource(const Aws::String& value) { m_dataSourceHasBeenSet = true; m_dataSource = value; } /** *The data provider of geospatial data. Values can be one of the following:
* Esri
Grab
Here
For more information about data * providers, see Amazon * Location Service data providers.
*/ inline void SetDataSource(Aws::String&& value) { m_dataSourceHasBeenSet = true; m_dataSource = std::move(value); } /** *The data provider of geospatial data. Values can be one of the following:
* Esri
Grab
Here
For more information about data * providers, see Amazon * Location Service data providers.
*/ inline void SetDataSource(const char* value) { m_dataSourceHasBeenSet = true; m_dataSource.assign(value); } /** *The data provider of geospatial data. Values can be one of the following:
* Esri
Grab
Here
For more information about data * providers, see Amazon * Location Service data providers.
*/ inline ListPlaceIndexesResponseEntry& WithDataSource(const Aws::String& value) { SetDataSource(value); return *this;} /** *The data provider of geospatial data. Values can be one of the following:
* Esri
Grab
Here
For more information about data * providers, see Amazon * Location Service data providers.
*/ inline ListPlaceIndexesResponseEntry& WithDataSource(Aws::String&& value) { SetDataSource(std::move(value)); return *this;} /** *The data provider of geospatial data. Values can be one of the following:
* Esri
Grab
Here
For more information about data * providers, see Amazon * Location Service data providers.
*/ inline ListPlaceIndexesResponseEntry& WithDataSource(const char* value) { SetDataSource(value); return *this;} /** *The optional description for the place index resource.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The optional description for the place index resource.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The optional description for the place index resource.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The optional description for the place index resource.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The optional description for the place index resource.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The optional description for the place index resource.
*/ inline ListPlaceIndexesResponseEntry& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The optional description for the place index resource.
*/ inline ListPlaceIndexesResponseEntry& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The optional description for the place index resource.
*/ inline ListPlaceIndexesResponseEntry& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The name of the place index resource.
*/ inline const Aws::String& GetIndexName() const{ return m_indexName; } /** *The name of the place index resource.
*/ inline bool IndexNameHasBeenSet() const { return m_indexNameHasBeenSet; } /** *The name of the place index resource.
*/ inline void SetIndexName(const Aws::String& value) { m_indexNameHasBeenSet = true; m_indexName = value; } /** *The name of the place index resource.
*/ inline void SetIndexName(Aws::String&& value) { m_indexNameHasBeenSet = true; m_indexName = std::move(value); } /** *The name of the place index resource.
*/ inline void SetIndexName(const char* value) { m_indexNameHasBeenSet = true; m_indexName.assign(value); } /** *The name of the place index resource.
*/ inline ListPlaceIndexesResponseEntry& WithIndexName(const Aws::String& value) { SetIndexName(value); return *this;} /** *The name of the place index resource.
*/ inline ListPlaceIndexesResponseEntry& WithIndexName(Aws::String&& value) { SetIndexName(std::move(value)); return *this;} /** *The name of the place index resource.
*/ inline ListPlaceIndexesResponseEntry& WithIndexName(const char* value) { SetIndexName(value); return *this;} /** *The timestamp for when the place index resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the place index resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.