public class ListMapsResponseEntry
extends java.lang.Object
implements java.io.Serializable
Contains details of an existing map resource in your AWS account.
Constructor and Description |
---|
ListMapsResponseEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateTime()
The timestamp for when the map resource was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
java.lang.String |
getDataSource()
Specifies the data provider for the associated map tiles.
|
java.lang.String |
getDescription()
The description for the map resource.
|
java.lang.String |
getMapName()
The name of the associated map resource.
|
java.util.Date |
getUpdateTime()
The timestamp for when the map resource was last updated in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
int |
hashCode() |
void |
setCreateTime(java.util.Date createTime)
The timestamp for when the map resource was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
void |
setDataSource(java.lang.String dataSource)
Specifies the data provider for the associated map tiles.
|
void |
setDescription(java.lang.String description)
The description for the map resource.
|
void |
setMapName(java.lang.String mapName)
The name of the associated map resource.
|
void |
setUpdateTime(java.util.Date updateTime)
The timestamp for when the map resource was last updated in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMapsResponseEntry |
withCreateTime(java.util.Date createTime)
The timestamp for when the map resource was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
ListMapsResponseEntry |
withDataSource(java.lang.String dataSource)
Specifies the data provider for the associated map tiles.
|
ListMapsResponseEntry |
withDescription(java.lang.String description)
The description for the map resource.
|
ListMapsResponseEntry |
withMapName(java.lang.String mapName)
The name of the associated map resource.
|
ListMapsResponseEntry |
withUpdateTime(java.util.Date updateTime)
The timestamp for when the map resource was last updated in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
public java.util.Date getCreateTime()
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
.
public void setCreateTime(java.util.Date createTime)
The timestamp for when the map resource was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
createTime
-
The timestamp for when the map resource was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
public ListMapsResponseEntry withCreateTime(java.util.Date createTime)
The timestamp for when the map resource was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Returns a reference to this object so that method calls can be chained together.
createTime
-
The timestamp for when the map resource was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
public java.lang.String getDataSource()
Specifies the data provider for the associated map tiles.
Specifies the data provider for the associated map tiles.
public void setDataSource(java.lang.String dataSource)
Specifies the data provider for the associated map tiles.
dataSource
- Specifies the data provider for the associated map tiles.
public ListMapsResponseEntry withDataSource(java.lang.String dataSource)
Specifies the data provider for the associated map tiles.
Returns a reference to this object so that method calls can be chained together.
dataSource
- Specifies the data provider for the associated map tiles.
public java.lang.String getDescription()
The description for the map resource.
Constraints:
Length: 0 - 1000
The description for the map resource.
public void setDescription(java.lang.String description)
The description for the map resource.
Constraints:
Length: 0 - 1000
description
- The description for the map resource.
public ListMapsResponseEntry withDescription(java.lang.String description)
The description for the map resource.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1000
description
- The description for the map resource.
public java.lang.String getMapName()
The name of the associated map resource.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
The name of the associated map resource.
public void setMapName(java.lang.String mapName)
The name of the associated map resource.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
mapName
- The name of the associated map resource.
public ListMapsResponseEntry withMapName(java.lang.String mapName)
The name of the associated map resource.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
mapName
- The name of the associated map resource.
public java.util.Date getUpdateTime()
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
.
public void setUpdateTime(java.util.Date updateTime)
The timestamp for when the map resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
updateTime
-
The timestamp for when the map resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
public ListMapsResponseEntry withUpdateTime(java.util.Date updateTime)
The timestamp for when the map resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Returns a reference to this object so that method calls can be chained together.
updateTime
-
The timestamp for when the map resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.