@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePlaceIndexResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribePlaceIndexResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribePlaceIndexResult |
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.
|
DataSourceConfiguration |
getDataSourceConfiguration()
The specified data storage option for requesting Places.
|
String |
getDescription()
The optional description for the Place index resource.
|
String |
getIndexArn()
The Amazon Resource Name (ARN) for the Place index resource.
|
String |
getIndexName()
The name of the Place index resource being described.
|
String |
getPricingPlan()
The pricing plan selected 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 |
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 |
setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
The specified data storage option for requesting Places.
|
void |
setDescription(String description)
The optional description for the Place index resource.
|
void |
setIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the Place index resource.
|
void |
setIndexName(String indexName)
The name of the Place index resource being described.
|
void |
setPricingPlan(String pricingPlan)
The pricing plan selected 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.
|
DescribePlaceIndexResult |
withCreateTime(Date createTime)
The timestamp for when the Place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribePlaceIndexResult |
withDataSource(String dataSource)
The data provider of geospatial data.
|
DescribePlaceIndexResult |
withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
The specified data storage option for requesting Places.
|
DescribePlaceIndexResult |
withDescription(String description)
The optional description for the Place index resource.
|
DescribePlaceIndexResult |
withIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the Place index resource.
|
DescribePlaceIndexResult |
withIndexName(String indexName)
The name of the Place index resource being described.
|
DescribePlaceIndexResult |
withPricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified Place index resource.
|
DescribePlaceIndexResult |
withPricingPlan(String pricingPlan)
The pricing plan selected for the specified Place index resource.
|
DescribePlaceIndexResult |
withUpdateTime(Date updateTime)
The timestamp for when the Place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 DescribePlaceIndexResult 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. Indicates one of the available providers:
Esri
Here
For additional details on data providers, see the Amazon Location Service data providers page.
dataSource - The data provider of geospatial data. Indicates one of the available providers:
Esri
Here
For additional details on data providers, see the Amazon Location Service data providers page.
public String getDataSource()
The data provider of geospatial data. Indicates one of the available providers:
Esri
Here
For additional details on data providers, see the Amazon Location Service data providers page.
Esri
Here
For additional details on data providers, see the Amazon Location Service data providers page.
public DescribePlaceIndexResult withDataSource(String dataSource)
The data provider of geospatial data. Indicates one of the available providers:
Esri
Here
For additional details on data providers, see the Amazon Location Service data providers page.
dataSource - The data provider of geospatial data. Indicates one of the available providers:
Esri
Here
For additional details on data providers, see the Amazon Location Service data providers page.
public void setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
The specified data storage option for requesting Places.
dataSourceConfiguration - The specified data storage option for requesting Places.public DataSourceConfiguration getDataSourceConfiguration()
The specified data storage option for requesting Places.
public DescribePlaceIndexResult withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
The specified data storage option for requesting Places.
dataSourceConfiguration - The specified data storage option for requesting Places.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 DescribePlaceIndexResult withDescription(String description)
The optional description for the Place index resource.
description - The optional description for the Place index resource.public void setIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource across all AWS.
indexArn - The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource
across all AWS.public String getIndexArn()
The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource across all AWS.
public DescribePlaceIndexResult withIndexArn(String indexArn)
The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource across all AWS.
indexArn - The Amazon Resource Name (ARN) for the Place index resource. Used when you need to specify a resource
across all AWS.public void setIndexName(String indexName)
The name of the Place index resource being described.
indexName - The name of the Place index resource being described.public String getIndexName()
The name of the Place index resource being described.
public DescribePlaceIndexResult withIndexName(String indexName)
The name of the Place index resource being described.
indexName - The name of the Place index resource being described.public void setPricingPlan(String pricingPlan)
The pricing plan selected for the specified Place index resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan selected for the specified Place index resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic String getPricingPlan()
The pricing plan selected for the specified Place index resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic DescribePlaceIndexResult withPricingPlan(String pricingPlan)
The pricing plan selected for the specified Place index resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan selected for the specified Place index resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic DescribePlaceIndexResult withPricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified Place index resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan selected for the specified Place index resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
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 DescribePlaceIndexResult 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 DescribePlaceIndexResult clone()
Copyright © 2021. All rights reserved.