@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IndexConfigurationSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about an index.
| Constructor and Description |
|---|
IndexConfigurationSummary() |
| Modifier and Type | Method and Description |
|---|---|
IndexConfigurationSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The Unix timestamp when the index was created.
|
String |
getId()
A unique identifier for the index.
|
String |
getName()
The name of the index.
|
String |
getStatus()
The current status of the index.
|
Date |
getUpdatedAt()
The Unix timestamp when the index was last updated by the
UpdateIndex operation. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAt(Date createdAt)
The Unix timestamp when the index was created.
|
void |
setId(String id)
A unique identifier for the index.
|
void |
setName(String name)
The name of the index.
|
void |
setStatus(String status)
The current status of the index.
|
void |
setUpdatedAt(Date updatedAt)
The Unix timestamp when the index was last updated by the
UpdateIndex operation. |
String |
toString()
Returns a string representation of this object.
|
IndexConfigurationSummary |
withCreatedAt(Date createdAt)
The Unix timestamp when the index was created.
|
IndexConfigurationSummary |
withId(String id)
A unique identifier for the index.
|
IndexConfigurationSummary |
withName(String name)
The name of the index.
|
IndexConfigurationSummary |
withStatus(IndexStatus status)
The current status of the index.
|
IndexConfigurationSummary |
withStatus(String status)
The current status of the index.
|
IndexConfigurationSummary |
withUpdatedAt(Date updatedAt)
The Unix timestamp when the index was last updated by the
UpdateIndex operation. |
public void setName(String name)
The name of the index.
name - The name of the index.public String getName()
The name of the index.
public IndexConfigurationSummary withName(String name)
The name of the index.
name - The name of the index.public void setId(String id)
A unique identifier for the index. Use this to identify the index when you are using operations such as
Query, DescribeIndex, UpdateIndex, and DeleteIndex.
id - A unique identifier for the index. Use this to identify the index when you are using operations such as
Query, DescribeIndex, UpdateIndex, and DeleteIndex.public String getId()
A unique identifier for the index. Use this to identify the index when you are using operations such as
Query, DescribeIndex, UpdateIndex, and DeleteIndex.
Query, DescribeIndex, UpdateIndex, and DeleteIndex.public IndexConfigurationSummary withId(String id)
A unique identifier for the index. Use this to identify the index when you are using operations such as
Query, DescribeIndex, UpdateIndex, and DeleteIndex.
id - A unique identifier for the index. Use this to identify the index when you are using operations such as
Query, DescribeIndex, UpdateIndex, and DeleteIndex.public void setCreatedAt(Date createdAt)
The Unix timestamp when the index was created.
createdAt - The Unix timestamp when the index was created.public Date getCreatedAt()
The Unix timestamp when the index was created.
public IndexConfigurationSummary withCreatedAt(Date createdAt)
The Unix timestamp when the index was created.
createdAt - The Unix timestamp when the index was created.public void setUpdatedAt(Date updatedAt)
The Unix timestamp when the index was last updated by the UpdateIndex operation.
updatedAt - The Unix timestamp when the index was last updated by the UpdateIndex operation.public Date getUpdatedAt()
The Unix timestamp when the index was last updated by the UpdateIndex operation.
UpdateIndex operation.public IndexConfigurationSummary withUpdatedAt(Date updatedAt)
The Unix timestamp when the index was last updated by the UpdateIndex operation.
updatedAt - The Unix timestamp when the index was last updated by the UpdateIndex operation.public void setStatus(String status)
The current status of the index. When the status is ACTIVE, the index is ready to search.
status - The current status of the index. When the status is ACTIVE, the index is ready to search.IndexStatuspublic String getStatus()
The current status of the index. When the status is ACTIVE, the index is ready to search.
ACTIVE, the index is ready to search.IndexStatuspublic IndexConfigurationSummary withStatus(String status)
The current status of the index. When the status is ACTIVE, the index is ready to search.
status - The current status of the index. When the status is ACTIVE, the index is ready to search.IndexStatuspublic IndexConfigurationSummary withStatus(IndexStatus status)
The current status of the index. When the status is ACTIVE, the index is ready to search.
status - The current status of the index. When the status is ACTIVE, the index is ready to search.IndexStatuspublic String toString()
toString in class ObjectObject.toString()public IndexConfigurationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.