@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThesaurusSummary extends Object implements Serializable, Cloneable, StructuredPojo
An array of summary information for a thesaurus or multiple thesauri.
| Constructor and Description |
|---|
ThesaurusSummary() |
| Modifier and Type | Method and Description |
|---|---|
ThesaurusSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The Unix timestamp when the thesaurus was created.
|
String |
getId()
The identifier of the thesaurus.
|
String |
getName()
The name of the thesaurus.
|
String |
getStatus()
The status of the thesaurus.
|
Date |
getUpdatedAt()
The Unix timestamp when the thesaurus was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreatedAt(Date createdAt)
The Unix timestamp when the thesaurus was created.
|
void |
setId(String id)
The identifier of the thesaurus.
|
void |
setName(String name)
The name of the thesaurus.
|
void |
setStatus(String status)
The status of the thesaurus.
|
void |
setUpdatedAt(Date updatedAt)
The Unix timestamp when the thesaurus was last updated.
|
String |
toString()
Returns a string representation of this object.
|
ThesaurusSummary |
withCreatedAt(Date createdAt)
The Unix timestamp when the thesaurus was created.
|
ThesaurusSummary |
withId(String id)
The identifier of the thesaurus.
|
ThesaurusSummary |
withName(String name)
The name of the thesaurus.
|
ThesaurusSummary |
withStatus(String status)
The status of the thesaurus.
|
ThesaurusSummary |
withStatus(ThesaurusStatus status)
The status of the thesaurus.
|
ThesaurusSummary |
withUpdatedAt(Date updatedAt)
The Unix timestamp when the thesaurus was last updated.
|
public void setId(String id)
The identifier of the thesaurus.
id - The identifier of the thesaurus.public String getId()
The identifier of the thesaurus.
public ThesaurusSummary withId(String id)
The identifier of the thesaurus.
id - The identifier of the thesaurus.public void setName(String name)
The name of the thesaurus.
name - The name of the thesaurus.public String getName()
The name of the thesaurus.
public ThesaurusSummary withName(String name)
The name of the thesaurus.
name - The name of the thesaurus.public void setStatus(String status)
The status of the thesaurus.
status - The status of the thesaurus.ThesaurusStatuspublic String getStatus()
The status of the thesaurus.
ThesaurusStatuspublic ThesaurusSummary withStatus(String status)
The status of the thesaurus.
status - The status of the thesaurus.ThesaurusStatuspublic ThesaurusSummary withStatus(ThesaurusStatus status)
The status of the thesaurus.
status - The status of the thesaurus.ThesaurusStatuspublic void setCreatedAt(Date createdAt)
The Unix timestamp when the thesaurus was created.
createdAt - The Unix timestamp when the thesaurus was created.public Date getCreatedAt()
The Unix timestamp when the thesaurus was created.
public ThesaurusSummary withCreatedAt(Date createdAt)
The Unix timestamp when the thesaurus was created.
createdAt - The Unix timestamp when the thesaurus was created.public void setUpdatedAt(Date updatedAt)
The Unix timestamp when the thesaurus was last updated.
updatedAt - The Unix timestamp when the thesaurus was last updated.public Date getUpdatedAt()
The Unix timestamp when the thesaurus was last updated.
public ThesaurusSummary withUpdatedAt(Date updatedAt)
The Unix timestamp when the thesaurus was last updated.
updatedAt - The Unix timestamp when the thesaurus was last updated.public String toString()
toString in class ObjectObject.toString()public ThesaurusSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.