public class ListPlaceIndexesResponseEntry
extends java.lang.Object
implements java.io.Serializable
A Place index resource listed in your AWS account.
Constructor and Description |
---|
ListPlaceIndexesResponseEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateTime()
The timestamp for when the Place index resource was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
java.lang.String |
getDataSource()
The data provider of geospatial data.
|
java.lang.String |
getDescription()
The optional description for the Place index resource.
|
java.lang.String |
getIndexName()
The name of the Place index resource.
|
java.util.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(java.util.Date createTime)
The timestamp for when the Place index resource was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
void |
setDataSource(java.lang.String dataSource)
The data provider of geospatial data.
|
void |
setDescription(java.lang.String description)
The optional description for the Place index resource.
|
void |
setIndexName(java.lang.String indexName)
The name of the Place index resource.
|
void |
setUpdateTime(java.util.Date updateTime)
The timestamp for when the Place index resource was last updated in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPlaceIndexesResponseEntry |
withCreateTime(java.util.Date createTime)
The timestamp for when the Place index resource was created in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
ListPlaceIndexesResponseEntry |
withDataSource(java.lang.String dataSource)
The data provider of geospatial data.
|
ListPlaceIndexesResponseEntry |
withDescription(java.lang.String description)
The optional description for the Place index resource.
|
ListPlaceIndexesResponseEntry |
withIndexName(java.lang.String indexName)
The name of the Place index resource.
|
ListPlaceIndexesResponseEntry |
withUpdateTime(java.util.Date updateTime)
The timestamp for when the Place index resource was last updated in ISO
8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
public java.util.Date getCreateTime()
The timestamp for when the Place index resource was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the Place index resource was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
public void setCreateTime(java.util.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 ListPlaceIndexesResponseEntry withCreateTime(java.util.Date createTime)
The timestamp for when the Place index resource was created in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Returns a reference to this object so that method calls can be chained together.
createTime
-
The timestamp for when the Place index resource was created in
ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
public java.lang.String getDataSource()
The data provider of geospatial data.
The data provider of geospatial data.
public void setDataSource(java.lang.String dataSource)
The data provider of geospatial data.
dataSource
- The data provider of geospatial data.
public ListPlaceIndexesResponseEntry withDataSource(java.lang.String dataSource)
The data provider of geospatial data.
Returns a reference to this object so that method calls can be chained together.
dataSource
- The data provider of geospatial data.
public java.lang.String getDescription()
The optional description for the Place index resource.
Constraints:
Length: 0 - 1000
The optional description for the Place index resource.
public void setDescription(java.lang.String description)
The optional description for the Place index resource.
Constraints:
Length: 0 - 1000
description
- The optional description for the Place index resource.
public ListPlaceIndexesResponseEntry withDescription(java.lang.String description)
The optional description for the Place index resource.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1000
description
- The optional description for the Place index resource.
public java.lang.String getIndexName()
The name of the Place index resource.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
The name of the Place index resource.
public void setIndexName(java.lang.String indexName)
The name of the Place index resource.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
indexName
- The name of the Place index resource.
public ListPlaceIndexesResponseEntry withIndexName(java.lang.String indexName)
The name of the Place index resource.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
indexName
- The name of the Place index resource.
public java.util.Date getUpdateTime()
The timestamp for when the Place index resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
The timestamp for when the Place index resource was last updated
in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
public void setUpdateTime(java.util.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 ListPlaceIndexesResponseEntry withUpdateTime(java.util.Date updateTime)
The timestamp for when the Place index resource was last updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Returns a reference to this object so that method calls can be chained together.
updateTime
-
The timestamp for when the Place index resource was last
updated in ISO
8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.