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()
The refresh status of the specified Trusted Advisor checks.
public void setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
statuses - The refresh status of the specified Trusted Advisor checks.public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
The refresh status of the specified Trusted Advisor checks.
 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.
 
statuses - The refresh status of the specified Trusted Advisor checks.public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.
statuses - The refresh status of the specified Trusted Advisor checks.public String toString()
toString in class ObjectObject.toString()public DescribeTrustedAdvisorCheckRefreshStatusesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.