@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoTuneStatus extends Object implements Serializable, Cloneable, StructuredPojo
Provides the current Auto-Tune status for the domain.
| Constructor and Description |
|---|
AutoTuneStatus() |
| Modifier and Type | Method and Description |
|---|---|
AutoTuneStatus |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The timestamp of the Auto-Tune options creation date.
|
String |
getErrorMessage()
The error message while enabling or disabling Auto-Tune.
|
Boolean |
getPendingDeletion()
Indicates whether the domain is being deleted.
|
String |
getState()
The
AutoTuneState for the domain. |
Date |
getUpdateDate()
The timestamp of when the Auto-Tune options were last updated.
|
Integer |
getUpdateVersion()
The latest version of the Auto-Tune options.
|
int |
hashCode() |
Boolean |
isPendingDeletion()
Indicates whether the domain is being deleted.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationDate(Date creationDate)
The timestamp of the Auto-Tune options creation date.
|
void |
setErrorMessage(String errorMessage)
The error message while enabling or disabling Auto-Tune.
|
void |
setPendingDeletion(Boolean pendingDeletion)
Indicates whether the domain is being deleted.
|
void |
setState(String state)
The
AutoTuneState for the domain. |
void |
setUpdateDate(Date updateDate)
The timestamp of when the Auto-Tune options were last updated.
|
void |
setUpdateVersion(Integer updateVersion)
The latest version of the Auto-Tune options.
|
String |
toString()
Returns a string representation of this object.
|
AutoTuneStatus |
withCreationDate(Date creationDate)
The timestamp of the Auto-Tune options creation date.
|
AutoTuneStatus |
withErrorMessage(String errorMessage)
The error message while enabling or disabling Auto-Tune.
|
AutoTuneStatus |
withPendingDeletion(Boolean pendingDeletion)
Indicates whether the domain is being deleted.
|
AutoTuneStatus |
withState(AutoTuneState state)
The
AutoTuneState for the domain. |
AutoTuneStatus |
withState(String state)
The
AutoTuneState for the domain. |
AutoTuneStatus |
withUpdateDate(Date updateDate)
The timestamp of when the Auto-Tune options were last updated.
|
AutoTuneStatus |
withUpdateVersion(Integer updateVersion)
The latest version of the Auto-Tune options.
|
public void setCreationDate(Date creationDate)
The timestamp of the Auto-Tune options creation date.
creationDate - The timestamp of the Auto-Tune options creation date.public Date getCreationDate()
The timestamp of the Auto-Tune options creation date.
public AutoTuneStatus withCreationDate(Date creationDate)
The timestamp of the Auto-Tune options creation date.
creationDate - The timestamp of the Auto-Tune options creation date.public void setUpdateDate(Date updateDate)
The timestamp of when the Auto-Tune options were last updated.
updateDate - The timestamp of when the Auto-Tune options were last updated.public Date getUpdateDate()
The timestamp of when the Auto-Tune options were last updated.
public AutoTuneStatus withUpdateDate(Date updateDate)
The timestamp of when the Auto-Tune options were last updated.
updateDate - The timestamp of when the Auto-Tune options were last updated.public void setUpdateVersion(Integer updateVersion)
The latest version of the Auto-Tune options.
updateVersion - The latest version of the Auto-Tune options.public Integer getUpdateVersion()
The latest version of the Auto-Tune options.
public AutoTuneStatus withUpdateVersion(Integer updateVersion)
The latest version of the Auto-Tune options.
updateVersion - The latest version of the Auto-Tune options.public void setState(String state)
The AutoTuneState for the domain.
state - The AutoTuneState for the domain.AutoTuneStatepublic String getState()
The AutoTuneState for the domain.
AutoTuneState for the domain.AutoTuneStatepublic AutoTuneStatus withState(String state)
The AutoTuneState for the domain.
state - The AutoTuneState for the domain.AutoTuneStatepublic AutoTuneStatus withState(AutoTuneState state)
The AutoTuneState for the domain.
state - The AutoTuneState for the domain.AutoTuneStatepublic void setErrorMessage(String errorMessage)
The error message while enabling or disabling Auto-Tune.
errorMessage - The error message while enabling or disabling Auto-Tune.public String getErrorMessage()
The error message while enabling or disabling Auto-Tune.
public AutoTuneStatus withErrorMessage(String errorMessage)
The error message while enabling or disabling Auto-Tune.
errorMessage - The error message while enabling or disabling Auto-Tune.public 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 AutoTuneStatus 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 AutoTuneStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.