public class DescribeTrustedAdvisorCheckRefreshStatusesResult extends Object implements Serializable
Contains the following objects or data if successful. Otherwise, returns an error.
Constructor and Description |
---|
DescribeTrustedAdvisorCheckRefreshStatusesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<TrustedAdvisorCheckRefreshStatus> |
getStatuses()
The refresh status of the specified Trusted Advisor checks.
|
int |
hashCode() |
void |
setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorCheckRefreshStatusesResult |
withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckRefreshStatusesResult |
withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
The refresh status of the specified Trusted Advisor checks.
|
public DescribeTrustedAdvisorCheckRefreshStatusesResult()
public List<TrustedAdvisorCheckRefreshStatus> getStatuses()
public void setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
statuses
- The refresh status of the specified Trusted Advisor checks.public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
Returns a reference to this object so that method calls can be chained together.
statuses
- The refresh status of the specified Trusted Advisor checks.public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
Returns a reference to this object so that method calls can be chained together.
statuses
- The refresh status of the specified Trusted Advisor checks.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.