/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains details of an existing map resource in your Amazon Web Services
* account.See Also:
AWS
* API Reference
The timestamp for when the map resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was created in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
Specifies the data provider for the associated map tiles.
*/ inline const Aws::String& GetDataSource() const{ return m_dataSource; } /** *Specifies the data provider for the associated map tiles.
*/ inline bool DataSourceHasBeenSet() const { return m_dataSourceHasBeenSet; } /** *Specifies the data provider for the associated map tiles.
*/ inline void SetDataSource(const Aws::String& value) { m_dataSourceHasBeenSet = true; m_dataSource = value; } /** *Specifies the data provider for the associated map tiles.
*/ inline void SetDataSource(Aws::String&& value) { m_dataSourceHasBeenSet = true; m_dataSource = std::move(value); } /** *Specifies the data provider for the associated map tiles.
*/ inline void SetDataSource(const char* value) { m_dataSourceHasBeenSet = true; m_dataSource.assign(value); } /** *Specifies the data provider for the associated map tiles.
*/ inline ListMapsResponseEntry& WithDataSource(const Aws::String& value) { SetDataSource(value); return *this;} /** *Specifies the data provider for the associated map tiles.
*/ inline ListMapsResponseEntry& WithDataSource(Aws::String&& value) { SetDataSource(std::move(value)); return *this;} /** *Specifies the data provider for the associated map tiles.
*/ inline ListMapsResponseEntry& WithDataSource(const char* value) { SetDataSource(value); return *this;} /** *The description for the map resource.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description for the map resource.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The description for the map resource.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The description for the map resource.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The description for the map resource.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The description for the map resource.
*/ inline ListMapsResponseEntry& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description for the map resource.
*/ inline ListMapsResponseEntry& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description for the map resource.
*/ inline ListMapsResponseEntry& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The name of the associated map resource.
*/ inline const Aws::String& GetMapName() const{ return m_mapName; } /** *The name of the associated map resource.
*/ inline bool MapNameHasBeenSet() const { return m_mapNameHasBeenSet; } /** *The name of the associated map resource.
*/ inline void SetMapName(const Aws::String& value) { m_mapNameHasBeenSet = true; m_mapName = value; } /** *The name of the associated map resource.
*/ inline void SetMapName(Aws::String&& value) { m_mapNameHasBeenSet = true; m_mapName = std::move(value); } /** *The name of the associated map resource.
*/ inline void SetMapName(const char* value) { m_mapNameHasBeenSet = true; m_mapName.assign(value); } /** *The name of the associated map resource.
*/ inline ListMapsResponseEntry& WithMapName(const Aws::String& value) { SetMapName(value); return *this;} /** *The name of the associated map resource.
*/ inline ListMapsResponseEntry& WithMapName(Aws::String&& value) { SetMapName(std::move(value)); return *this;} /** *The name of the associated map resource.
*/ inline ListMapsResponseEntry& WithMapName(const char* value) { SetMapName(value); return *this;} /** *The timestamp for when the map resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the map resource was last updated in ISO 8601
* format: YYYY-MM-DDThh:mm:ss.sssZ
.