|
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(java.lang.Object obj)
|
java.lang.String |
getCheckId()
String that specifies the checkId value of the Trusted Advisor check. |
java.lang.Long |
getMillisUntilNextRefreshable()
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh. |
java.lang.String |
getStatus()
Indicates the status of the Trusted Advisor check for which a refresh has been requested. |
int |
hashCode()
|
void |
setCheckId(java.lang.String checkId)
String that specifies the checkId value of the Trusted Advisor check. |
void |
setMillisUntilNextRefreshable(java.lang.Long millisUntilNextRefreshable)
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh. |
void |
setStatus(java.lang.String status)
Indicates the status of the Trusted Advisor check for which a refresh has been requested. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TrustedAdvisorCheckRefreshStatus |
withCheckId(java.lang.String checkId)
String that specifies the checkId value of the Trusted Advisor check. |
TrustedAdvisorCheckRefreshStatus |
withMillisUntilNextRefreshable(java.lang.Long millisUntilNextRefreshable)
Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can trigger a refresh. |
TrustedAdvisorCheckRefreshStatus |
withStatus(java.lang.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 java.lang.String getCheckId()
public void setCheckId(java.lang.String checkId)
checkId
- String that specifies the checkId value of the Trusted Advisor
check.public TrustedAdvisorCheckRefreshStatus withCheckId(java.lang.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 java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- Indicates the status of the Trusted Advisor check for which a refresh
has been requested.public TrustedAdvisorCheckRefreshStatus withStatus(java.lang.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 java.lang.Long getMillisUntilNextRefreshable()
public void setMillisUntilNextRefreshable(java.lang.Long millisUntilNextRefreshable)
millisUntilNextRefreshable
- Indicates the time in milliseconds until a call to RefreshTrustedAdvisorCheck can
trigger a refresh.public TrustedAdvisorCheckRefreshStatus withMillisUntilNextRefreshable(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |