@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.
|
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 |
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 |
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, setSdkResponseMetadata
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 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.
dataSource
- The data provider of geospatial data.public String getDataSource()
The data provider of geospatial data.
public DescribePlaceIndexResult withDataSource(String dataSource)
The data provider of geospatial data.
dataSource
- The data provider of geospatial data.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 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 Object
Object.toString()
public DescribePlaceIndexResult clone()