public class RefreshTrustedAdvisorCheckResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The current refresh status of a Trusted Advisor check.
Modifier and Type | Field and Description |
---|---|
private TrustedAdvisorCheckRefreshStatus |
status
The current refresh status for a check, including the amount of time
until the check is eligible for refresh.
|
Constructor and Description |
---|
RefreshTrustedAdvisorCheckResult() |
Modifier and Type | Method and Description |
---|---|
RefreshTrustedAdvisorCheckResult |
clone() |
boolean |
equals(java.lang.Object obj) |
TrustedAdvisorCheckRefreshStatus |
getStatus()
The current refresh status for a check, including the amount of time
until the check is eligible for refresh.
|
int |
hashCode() |
void |
setStatus(TrustedAdvisorCheckRefreshStatus status)
The current refresh status for a check, including the amount of time
until the check is eligible for refresh.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RefreshTrustedAdvisorCheckResult |
withStatus(TrustedAdvisorCheckRefreshStatus status)
The current refresh status for a check, including the amount of time
until the check is eligible for refresh.
|
private TrustedAdvisorCheckRefreshStatus status
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
public void setStatus(TrustedAdvisorCheckRefreshStatus status)
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
status
- The current refresh status for a check, including the amount of
time until the check is eligible for refresh.public TrustedAdvisorCheckRefreshStatus getStatus()
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
public RefreshTrustedAdvisorCheckResult withStatus(TrustedAdvisorCheckRefreshStatus status)
The current refresh status for a check, including the amount of time until the check is eligible for refresh.
status
- The current refresh status for a check, including the amount of
time until the check is eligible for refresh.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RefreshTrustedAdvisorCheckResult clone()
clone
in class java.lang.Object