com.amazonaws.services.support.model
Class DescribeTrustedAdvisorCheckRefreshStatusesResult

java.lang.Object
  extended by com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckRefreshStatusesResult
All Implemented Interfaces:
Serializable

public class DescribeTrustedAdvisorCheckRefreshStatusesResult
extends Object
implements Serializable

Contains the following objects or data if successful. Otherwise, returns an error.

See Also:
Serialized Form

Constructor Summary
DescribeTrustedAdvisorCheckRefreshStatusesResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTrustedAdvisorCheckRefreshStatusesResult

public DescribeTrustedAdvisorCheckRefreshStatusesResult()
Method Detail

getStatuses

public List<TrustedAdvisorCheckRefreshStatus> getStatuses()
The refresh status of the specified Trusted Advisor checks.

Returns:
The refresh status of the specified Trusted Advisor checks.

setStatuses

public void setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.

Parameters:
statuses - The refresh status of the specified Trusted Advisor checks.

withStatuses

public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
The refresh status of the specified Trusted Advisor checks.

Returns a reference to this object so that method calls can be chained together.

Parameters:
statuses - The refresh status of the specified Trusted Advisor checks.
Returns:
A reference to this updated object so that method calls can be chained together.

withStatuses

public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
The refresh status of the specified Trusted Advisor checks.

Returns a reference to this object so that method calls can be chained together.

Parameters:
statuses - The refresh status of the specified Trusted Advisor checks.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.