@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPlaceIndexesResponseEntry extends Object implements Serializable, Cloneable, StructuredPojo
A place index resource listed in your AWS account.
| Constructor and Description |
|---|
ListPlaceIndexesResponseEntry() |
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesResponseEntry |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
String |
getDataSource()
The data provider of geospatial data.
|
String |
getDescription()
The optional description for the place index resource.
|
String |
getIndexName()
The name of the place index resource.
|
String |
getPricingPlan()
The pricing plan for the specified place index resource.
|
Date |
getUpdateTime()
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreateTime(Date createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
void |
setDataSource(String dataSource)
The data provider of geospatial data.
|
void |
setDescription(String description)
The optional description for the place index resource.
|
void |
setIndexName(String indexName)
The name of the place index resource.
|
void |
setPricingPlan(String pricingPlan)
The pricing plan for the specified place index resource.
|
void |
setUpdateTime(Date updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
String |
toString()
Returns a string representation of this object.
|
ListPlaceIndexesResponseEntry |
withCreateTime(Date createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListPlaceIndexesResponseEntry |
withDataSource(String dataSource)
The data provider of geospatial data.
|
ListPlaceIndexesResponseEntry |
withDescription(String description)
The optional description for the place index resource.
|
ListPlaceIndexesResponseEntry |
withIndexName(String indexName)
The name of the place index resource.
|
ListPlaceIndexesResponseEntry |
withPricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified place index resource.
|
ListPlaceIndexesResponseEntry |
withPricingPlan(String pricingPlan)
The pricing plan for the specified place index resource.
|
ListPlaceIndexesResponseEntry |
withUpdateTime(Date updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
public void setCreateTime(Date createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
createTime - The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.public Date getCreateTime()
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
YYYY-MM-DDThh:mm:ss.sssZ.public ListPlaceIndexesResponseEntry withCreateTime(Date createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
createTime - The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.public void setDataSource(String dataSource)
The data provider of geospatial data. Values can be one of the following:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
dataSource - The data provider of geospatial data. Values can be one of the following:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
public String getDataSource()
The data provider of geospatial data. Values can be one of the following:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
public ListPlaceIndexesResponseEntry withDataSource(String dataSource)
The data provider of geospatial data. Values can be one of the following:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
dataSource - The data provider of geospatial data. Values can be one of the following:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
public void setDescription(String description)
The optional description for the place index resource.
description - The optional description for the place index resource.public String getDescription()
The optional description for the place index resource.
public ListPlaceIndexesResponseEntry withDescription(String description)
The optional description for the place index resource.
description - The optional description for the place index resource.public void setIndexName(String indexName)
The name of the place index resource.
indexName - The name of the place index resource.public String getIndexName()
The name of the place index resource.
public ListPlaceIndexesResponseEntry withIndexName(String indexName)
The name of the place index resource.
indexName - The name of the place index resource.public void setPricingPlan(String pricingPlan)
The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlanpublic String getPricingPlan()
The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlanpublic ListPlaceIndexesResponseEntry withPricingPlan(String pricingPlan)
The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlanpublic ListPlaceIndexesResponseEntry withPricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - The pricing plan for the specified place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlanpublic void setUpdateTime(Date updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.public Date getUpdateTime()
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
YYYY-MM-DDThh:mm:ss.sssZ.public ListPlaceIndexesResponseEntry withUpdateTime(Date updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.public String toString()
toString in class ObjectObject.toString()public ListPlaceIndexesResponseEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.