@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 Amazon Web Services 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()
Deprecated.
|
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)
Marshalls this structured data using the given
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)
Deprecated.
|
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)
Deprecated.
|
ListPlaceIndexesResponseEntry |
withPricingPlan(String pricingPlan)
Deprecated.
|
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 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 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 setDataSource(String dataSource)
The data provider of geospatial data. Values can be one of the following:
Esri
Grab
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
Grab
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
Grab
Here
For more information about data providers, see Amazon Location Service data providers.
Esri
Grab
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
Grab
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
Grab
Here
For more information about data providers, see Amazon Location Service data providers.
@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 ListPlaceIndexesResponseEntry withPricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage
.
pricingPlan
- No longer used. Always returns RequestBasedUsage
.PricingPlan
@Deprecated public ListPlaceIndexesResponseEntry withPricingPlan(PricingPlan pricingPlan)
No longer used. Always returns RequestBasedUsage
.
pricingPlan
- No longer used. Always returns RequestBasedUsage
.PricingPlan
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 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 Object
Object.toString()
public ListPlaceIndexesResponseEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.