public class DescribeTrustedAdvisorCheckRefreshStatusesResult extends Object implements Serializable
The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
| 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 ObjectObject.toString()Copyright © 2014. All rights reserved.