@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OptionStatus extends Object implements Serializable, Cloneable, StructuredPojo
Provides the current status of the entity.
| Constructor and Description | 
|---|
| OptionStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| OptionStatus | clone() | 
| boolean | equals(Object obj) | 
| Date | getCreationDate()
 Timestamp which tells the creation date for the entity. | 
| Boolean | getPendingDeletion()
 Indicates whether the Elasticsearch domain is being deleted. | 
| String | getState()
 Provides the  OptionStatefor the Elasticsearch domain. | 
| Date | getUpdateDate()
 Timestamp which tells the last updated time for the entity. | 
| Integer | getUpdateVersion()
 Specifies the latest version for the entity. | 
| int | hashCode() | 
| Boolean | isPendingDeletion()
 Indicates whether the Elasticsearch domain is being deleted. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCreationDate(Date creationDate)
 Timestamp which tells the creation date for the entity. | 
| void | setPendingDeletion(Boolean pendingDeletion)
 Indicates whether the Elasticsearch domain is being deleted. | 
| void | setState(OptionState state)
 Provides the  OptionStatefor the Elasticsearch domain. | 
| void | setState(String state)
 Provides the  OptionStatefor the Elasticsearch domain. | 
| void | setUpdateDate(Date updateDate)
 Timestamp which tells the last updated time for the entity. | 
| void | setUpdateVersion(Integer updateVersion)
 Specifies the latest version for the entity. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| OptionStatus | withCreationDate(Date creationDate)
 Timestamp which tells the creation date for the entity. | 
| OptionStatus | withPendingDeletion(Boolean pendingDeletion)
 Indicates whether the Elasticsearch domain is being deleted. | 
| OptionStatus | withState(OptionState state)
 Provides the  OptionStatefor the Elasticsearch domain. | 
| OptionStatus | withState(String state)
 Provides the  OptionStatefor the Elasticsearch domain. | 
| OptionStatus | withUpdateDate(Date updateDate)
 Timestamp which tells the last updated time for the entity. | 
| OptionStatus | withUpdateVersion(Integer updateVersion)
 Specifies the latest version for the entity. | 
public void setCreationDate(Date creationDate)
Timestamp which tells the creation date for the entity.
creationDate - Timestamp which tells the creation date for the entity.public Date getCreationDate()
Timestamp which tells the creation date for the entity.
public OptionStatus withCreationDate(Date creationDate)
Timestamp which tells the creation date for the entity.
creationDate - Timestamp which tells the creation date for the entity.public void setUpdateDate(Date updateDate)
Timestamp which tells the last updated time for the entity.
updateDate - Timestamp which tells the last updated time for the entity.public Date getUpdateDate()
Timestamp which tells the last updated time for the entity.
public OptionStatus withUpdateDate(Date updateDate)
Timestamp which tells the last updated time for the entity.
updateDate - Timestamp which tells the last updated time for the entity.public void setUpdateVersion(Integer updateVersion)
Specifies the latest version for the entity.
updateVersion - Specifies the latest version for the entity.public Integer getUpdateVersion()
Specifies the latest version for the entity.
public OptionStatus withUpdateVersion(Integer updateVersion)
Specifies the latest version for the entity.
updateVersion - Specifies the latest version for the entity.public void setState(String state)
 Provides the OptionState for the Elasticsearch domain.
 
state - Provides the OptionState for the Elasticsearch domain.OptionStatepublic String getState()
 Provides the OptionState for the Elasticsearch domain.
 
OptionState for the Elasticsearch domain.OptionStatepublic OptionStatus withState(String state)
 Provides the OptionState for the Elasticsearch domain.
 
state - Provides the OptionState for the Elasticsearch domain.OptionStatepublic void setState(OptionState state)
 Provides the OptionState for the Elasticsearch domain.
 
state - Provides the OptionState for the Elasticsearch domain.OptionStatepublic OptionStatus withState(OptionState state)
 Provides the OptionState for the Elasticsearch domain.
 
state - Provides the OptionState for the Elasticsearch domain.OptionStatepublic void setPendingDeletion(Boolean pendingDeletion)
Indicates whether the Elasticsearch domain is being deleted.
pendingDeletion - Indicates whether the Elasticsearch domain is being deleted.public Boolean getPendingDeletion()
Indicates whether the Elasticsearch domain is being deleted.
public OptionStatus withPendingDeletion(Boolean pendingDeletion)
Indicates whether the Elasticsearch domain is being deleted.
pendingDeletion - Indicates whether the Elasticsearch domain is being deleted.public Boolean isPendingDeletion()
Indicates whether the Elasticsearch domain is being deleted.
public String toString()
toString in class ObjectObject.toString()public OptionStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.