public class TrustedAdvisorCheckRefreshStatus extends Object implements Serializable
Contains the fields that indicate the statuses Trusted Advisor checks for which refreshes have been requested.
Constructor and Description |
---|
TrustedAdvisorCheckRefreshStatus() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.