@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()
The pricing plan selected for the specified map resource.
|
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)
The pricing plan selected for the specified map resource.
|
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)
The pricing plan selected for the specified map resource.
|
DescribeMapResult |
withPricingPlan(String pricingPlan)
The pricing plan selected for the specified map resource.
|
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 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.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
mapArn
- The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all
AWS.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
public String getMapArn()
The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
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.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
mapArn
- The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all
AWS.
Format example: arn:aws:geo:region:account-id:maps/ExampleMap
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 setPricingPlan(String pricingPlan)
The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
pricingPlan
- The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
PricingPlan
public String getPricingPlan()
The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
PricingPlan
public DescribeMapResult withPricingPlan(String pricingPlan)
The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
pricingPlan
- The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
PricingPlan
public DescribeMapResult withPricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
pricingPlan
- The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
PricingPlan
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 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()