|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.support.model.TrustedAdvisorCheckRefreshStatus
public class TrustedAdvisorCheckRefreshStatus
The refresh status of a Trusted Advisor check.
Constructor Summary | |
---|---|
TrustedAdvisorCheckRefreshStatus()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCheckId()
The unique identifier for the Trusted Advisor check. |
Long |
getMillisUntilNextRefreshable()
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh. |
String |
getStatus()
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned". |
int |
hashCode()
|
void |
setCheckId(String checkId)
The unique identifier for the Trusted Advisor check. |
void |
setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh. |
void |
setStatus(String status)
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned". |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TrustedAdvisorCheckRefreshStatus |
withCheckId(String checkId)
The unique identifier for the Trusted Advisor check. |
TrustedAdvisorCheckRefreshStatus |
withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh. |
TrustedAdvisorCheckRefreshStatus |
withStatus(String status)
The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned". |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrustedAdvisorCheckRefreshStatus()
Method Detail |
---|
public String getCheckId()
public void setCheckId(String checkId)
checkId
- The unique identifier for the Trusted Advisor check.public TrustedAdvisorCheckRefreshStatus withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
checkId
- The unique identifier for the Trusted Advisor check.
public String getStatus()
public void setStatus(String status)
status
- The status of the Trusted Advisor check for which a refresh has been
requested: "none", "enqueued", "processing", "success", or
"abandoned".public TrustedAdvisorCheckRefreshStatus withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of the Trusted Advisor check for which a refresh has been
requested: "none", "enqueued", "processing", "success", or
"abandoned".
public Long getMillisUntilNextRefreshable()
public void setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
millisUntilNextRefreshable
- The amount of time, in milliseconds, until the Trusted Advisor check
is eligible for refresh.public TrustedAdvisorCheckRefreshStatus withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
Returns a reference to this object so that method calls can be chained together.
millisUntilNextRefreshable
- The amount of time, in milliseconds, until the Trusted Advisor check
is eligible for refresh.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |