public class TrustedAdvisorCheckRefreshStatus
extends java.lang.Object
implements java.io.Serializable
Contains the fields that indicate the statuses Trusted Advisor checks for which refreshes have been requested.
| コンストラクタと説明 |
|---|
TrustedAdvisorCheckRefreshStatus() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object