@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMapResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeMapResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeMapResult |
clone() |
boolean |
equals(Object obj) |
MapConfiguration |
getConfiguration()
Specifies the map tile style selected from a partner data provider.
|
Date |
getCreateTime()
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
String |
getDataSource()
Specifies the data provider for the associated map tiles.
|
String |
getDescription()
The optional description for the map resource.
|
String |
getMapArn()
The Amazon Resource Name (ARN) for the map resource.
|
String |
getMapName()
The map style selected from an available provider.
|
Date |
getUpdateTime()
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
int |
hashCode() |
void |
setConfiguration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
|
void |
setCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
void |
setDataSource(String dataSource)
Specifies the data provider for the associated map tiles.
|
void |
setDescription(String description)
The optional description for the map resource.
|
void |
setMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource.
|
void |
setMapName(String mapName)
The map style selected from an available provider.
|
void |
setUpdateTime(Date updateTime)
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
String |
toString()
Returns a string representation of this object.
|
DescribeMapResult |
withConfiguration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
|
DescribeMapResult |
withCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribeMapResult |
withDataSource(String dataSource)
Specifies the data provider for the associated map tiles.
|
DescribeMapResult |
withDescription(String description)
The optional description for the map resource.
|
DescribeMapResult |
withMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource.
|
DescribeMapResult |
withMapName(String mapName)
The map style selected from an available provider.
|
DescribeMapResult |
withUpdateTime(Date updateTime)
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setConfiguration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
configuration - Specifies the map tile style selected from a partner data provider.public MapConfiguration getConfiguration()
Specifies the map tile style selected from a partner data provider.
public DescribeMapResult withConfiguration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
configuration - Specifies the map tile style selected from a partner data provider.public void setCreateTime(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 Date getCreateTime()
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
YYYY-MM-DDThh:mm:ss.sssZ.public DescribeMapResult withCreateTime(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 void setDataSource(String dataSource)
Specifies the data provider for the associated map tiles.
dataSource - Specifies the data provider for the associated map tiles.public String getDataSource()
Specifies the data provider for the associated map tiles.
public DescribeMapResult withDataSource(String dataSource)
Specifies the data provider for the associated map tiles.
dataSource - Specifies the data provider for the associated map tiles.public void setDescription(String description)
The optional description for the map resource.
description - The optional description for the map resource.public String getDescription()
The optional description for the map resource.
public DescribeMapResult withDescription(String description)
The optional description for the map resource.
description - The optional description for the map resource.public void setMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all AWS.
mapArn - The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all
AWS.public String getMapArn()
The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all AWS.
public DescribeMapResult withMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all AWS.
mapArn - The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all
AWS.public void setMapName(String mapName)
The map style selected from an available provider.
mapName - The map style selected from an available provider.public String getMapName()
The map style selected from an available provider.
public DescribeMapResult withMapName(String mapName)
The map style selected from an available provider.
mapName - The map style selected from an available provider.public void setUpdateTime(Date updateTime)
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.public Date getUpdateTime()
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
YYYY-MM-DDThh:mm:ss.sssZ.public DescribeMapResult withUpdateTime(Date updateTime)
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.public String toString()
toString in class ObjectObject.toString()public DescribeMapResult clone()