@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()
The timestamp of when the entity was created.
|
Boolean |
getPendingDeletion()
Indicates whether the domain is being deleted.
|
String |
getState()
Provides the
OptionState for the domain. |
Date |
getUpdateDate()
The timestamp of the last time the entity was updated.
|
Integer |
getUpdateVersion()
The latest version of the entity.
|
int |
hashCode() |
Boolean |
isPendingDeletion()
Indicates whether the domain is being deleted.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationDate(Date creationDate)
The timestamp of when the entity was created.
|
void |
setPendingDeletion(Boolean pendingDeletion)
Indicates whether the domain is being deleted.
|
void |
setState(String state)
Provides the
OptionState for the domain. |
void |
setUpdateDate(Date updateDate)
The timestamp of the last time the entity was updated.
|
void |
setUpdateVersion(Integer updateVersion)
The latest version of the entity.
|
String |
toString()
Returns a string representation of this object.
|
OptionStatus |
withCreationDate(Date creationDate)
The timestamp of when the entity was created.
|
OptionStatus |
withPendingDeletion(Boolean pendingDeletion)
Indicates whether the domain is being deleted.
|
OptionStatus |
withState(OptionState state)
Provides the
OptionState for the domain. |
OptionStatus |
withState(String state)
Provides the
OptionState for the domain. |
OptionStatus |
withUpdateDate(Date updateDate)
The timestamp of the last time the entity was updated.
|
OptionStatus |
withUpdateVersion(Integer updateVersion)
The latest version of the entity.
|
public void setCreationDate(Date creationDate)
The timestamp of when the entity was created.
creationDate - The timestamp of when the entity was created.public Date getCreationDate()
The timestamp of when the entity was created.
public OptionStatus withCreationDate(Date creationDate)
The timestamp of when the entity was created.
creationDate - The timestamp of when the entity was created.public void setUpdateDate(Date updateDate)
The timestamp of the last time the entity was updated.
updateDate - The timestamp of the last time the entity was updated.public Date getUpdateDate()
The timestamp of the last time the entity was updated.
public OptionStatus withUpdateDate(Date updateDate)
The timestamp of the last time the entity was updated.
updateDate - The timestamp of the last time the entity was updated.public void setUpdateVersion(Integer updateVersion)
The latest version of the entity.
updateVersion - The latest version of the entity.public Integer getUpdateVersion()
The latest version of the entity.
public OptionStatus withUpdateVersion(Integer updateVersion)
The latest version of the entity.
updateVersion - The latest version of the entity.public void setState(String state)
Provides the OptionState for the domain.
state - Provides the OptionState for the domain.OptionStatepublic String getState()
Provides the OptionState for the domain.
OptionState for the domain.OptionStatepublic OptionStatus withState(String state)
Provides the OptionState for the domain.
state - Provides the OptionState for the domain.OptionStatepublic OptionStatus withState(OptionState state)
Provides the OptionState for the domain.
state - Provides the OptionState for the domain.OptionStatepublic void setPendingDeletion(Boolean pendingDeletion)
Indicates whether the domain is being deleted.
pendingDeletion - Indicates whether the domain is being deleted.public Boolean getPendingDeletion()
Indicates whether the domain is being deleted.
public OptionStatus withPendingDeletion(Boolean pendingDeletion)
Indicates whether the domain is being deleted.
pendingDeletion - Indicates whether the domain is being deleted.public Boolean isPendingDeletion()
Indicates whether the domain is being deleted.
public String toString()
toString in class ObjectObject.toString()public OptionStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.