|
Did this page help you?Yes No Tell us about it... |
||||||
| 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
Contains the fields that indicate the statuses Trusted Advisor checks for which refreshes have been requested.
| Constructor Summary | |
|---|---|
TrustedAdvisorCheckRefreshStatus()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCheckId()
String that specifies the checkId value of the Trusted Advisor check. |
Long |
getMillisUntilNextRefreshable()
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh. |
String |
getStatus()
Indicates the status of the Trusted Advisor check for which a refresh has been requested. |
int |
hashCode()
|
void |
setCheckId(String checkId)
String that specifies the checkId value of the Trusted Advisor check. |
void |
setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh. |
void |
setStatus(String status)
Indicates the status of the Trusted Advisor check for which a refresh has been requested. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TrustedAdvisorCheckRefreshStatus |
withCheckId(String checkId)
String that specifies the checkId value of the Trusted Advisor check. |
TrustedAdvisorCheckRefreshStatus |
withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh. |
TrustedAdvisorCheckRefreshStatus |
withStatus(String status)
Indicates the status of the Trusted Advisor check for which a refresh has been requested. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TrustedAdvisorCheckRefreshStatus()
| Method Detail |
|---|
public String getCheckId()
public void setCheckId(String checkId)
checkId - String that specifies the checkId value of the Trusted Advisor
check.public TrustedAdvisorCheckRefreshStatus withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
checkId - String that specifies the checkId value of the Trusted Advisor
check.
public String getStatus()
public void setStatus(String status)
status - Indicates the status of the Trusted Advisor check for which a refresh
has been requested.public TrustedAdvisorCheckRefreshStatus withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status - Indicates the status of the Trusted Advisor check for which a refresh
has been requested.
public Long getMillisUntilNextRefreshable()
public void setMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
millisUntilNextRefreshable - Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can
trigger a refresh.public TrustedAdvisorCheckRefreshStatus withMillisUntilNextRefreshable(Long millisUntilNextRefreshable)
Returns a reference to this object so that method calls can be chained together.
millisUntilNextRefreshable - Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can
trigger a refresh.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||