public class DescribeTrustedAdvisorCheckRefreshStatusesResult extends Object implements Serializable, Cloneable
The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
| Constructor and Description | 
|---|
| DescribeTrustedAdvisorCheckRefreshStatusesResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeTrustedAdvisorCheckRefreshStatusesResult | clone() | 
| 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)
 NOTE: This method appends the values to the existing list (if
 any). Use setStatuses(java.util.Collection) or withStatuses(java.util.Collection) if you want to override the
 existing values.
 
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 ObjectObject.toString()public DescribeTrustedAdvisorCheckRefreshStatusesResult clone()
Copyright © 2015. All rights reserved.