@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeMapResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
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.
|
String |
getPricingPlan()
Deprecated.
|
Map<String,String> |
getTags()
Tags associated with the map resource.
|
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 |
setPricingPlan(String pricingPlan)
Deprecated.
|
void |
setTags(Map<String,String> tags)
Tags associated with the map resource.
|
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 |
withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
DescribeMapResult |
withPricingPlan(String pricingPlan)
Deprecated.
|
DescribeMapResult |
withTags(Map<String,String> tags)
Tags associated with the map resource.
|
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, setSdkResponseMetadata
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 setMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.
Format example: arn:aws:geo:region:account-id:map/ExampleMap
mapArn
- The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web
Services.
Format example: arn:aws:geo:region:account-id:map/ExampleMap
public String getMapArn()
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.
Format example: arn:aws:geo:region:account-id:map/ExampleMap
Format example: arn:aws:geo:region:account-id:map/ExampleMap
public DescribeMapResult withMapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.
Format example: arn:aws:geo:region:account-id:map/ExampleMap
mapArn
- The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web
Services.
Format example: arn:aws:geo:region:account-id:map/ExampleMap
@Deprecated public void setPricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage
.
pricingPlan
- No longer used. Always returns RequestBasedUsage
.PricingPlan
@Deprecated public String getPricingPlan()
No longer used. Always returns RequestBasedUsage
.
RequestBasedUsage
.PricingPlan
@Deprecated public DescribeMapResult withPricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage
.
pricingPlan
- No longer used. Always returns RequestBasedUsage
.PricingPlan
@Deprecated public DescribeMapResult withPricingPlan(PricingPlan pricingPlan)
No longer used. Always returns RequestBasedUsage
.
pricingPlan
- No longer used. Always returns RequestBasedUsage
.PricingPlan
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 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 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 Map<String,String> getTags()
Tags associated with the map resource.
public void setTags(Map<String,String> tags)
Tags associated with the map resource.
tags
- Tags associated with the map resource.public DescribeMapResult withTags(Map<String,String> tags)
Tags associated with the map resource.
tags
- Tags associated with the map resource.public DescribeMapResult addTagsEntry(String key, String value)
public DescribeMapResult clearTagsEntries()
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 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 Object
Object.toString()
public DescribeMapResult clone()