@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMapsResponseEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains details of an existing map resource in your AWS account.
Constructor and Description |
---|
ListMapsResponseEntry() |
Modifier and Type | Method and Description |
---|---|
ListMapsResponseEntry |
clone() |
boolean |
equals(Object obj) |
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 description for the map resource.
|
String |
getMapName()
The name of the associated map resource.
|
String |
getPricingPlan()
Deprecated.
|
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 description for the map resource.
|
void |
setMapName(String mapName)
The name of the associated map resource.
|
void |
setPricingPlan(String pricingPlan)
Deprecated.
|
void |
setUpdateTime(Date updateTime)
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
String |
toString()
Returns a string representation of this object.
|
ListMapsResponseEntry |
withCreateTime(Date createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
ListMapsResponseEntry |
withDataSource(String dataSource)
Specifies the data provider for the associated map tiles.
|
ListMapsResponseEntry |
withDescription(String description)
The description for the map resource.
|
ListMapsResponseEntry |
withMapName(String mapName)
The name of the associated map resource.
|
ListMapsResponseEntry |
withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
ListMapsResponseEntry |
withPricingPlan(String pricingPlan)
Deprecated.
|
ListMapsResponseEntry |
withUpdateTime(Date updateTime)
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
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 ListMapsResponseEntry 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 ListMapsResponseEntry 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 description for the map resource.
description
- The description for the map resource.public String getDescription()
The description for the map resource.
public ListMapsResponseEntry withDescription(String description)
The description for the map resource.
description
- The description for the map resource.public void setMapName(String mapName)
The name of the associated map resource.
mapName
- The name of the associated map resource.public String getMapName()
The name of the associated map resource.
public ListMapsResponseEntry withMapName(String mapName)
The name of the associated map resource.
mapName
- The name of the associated map resource.@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 ListMapsResponseEntry withPricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage
.
pricingPlan
- No longer used. Always returns RequestBasedUsage
.PricingPlan
@Deprecated public ListMapsResponseEntry withPricingPlan(PricingPlan pricingPlan)
No longer used. Always returns RequestBasedUsage
.
pricingPlan
- No longer used. Always returns RequestBasedUsage
.PricingPlan
public void setUpdateTime(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 Date getUpdateTime()
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
YYYY-MM-DDThh:mm:ss.sssZ
.public ListMapsResponseEntry withUpdateTime(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 String toString()
toString
in class Object
Object.toString()
public ListMapsResponseEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.