Did this page help you?

   Yes   No   Tell us about it...

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

Returns the objects or data listed below if successful. Otherwise, returns an error.

See Also:
Serialized Form

Constructor Summary
DescribeTrustedAdvisorCheckRefreshStatusesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<TrustedAdvisorCheckRefreshStatus> getStatuses()
          List of the statuses of the Trusted Advisor checks you've specified for refresh.
 int hashCode()
           
 void setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
          List of the statuses of the Trusted Advisor checks you've specified for refresh.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
          List of the statuses of the Trusted Advisor checks you've specified for refresh.
 DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
          List of the statuses of the Trusted Advisor checks you've specified for refresh.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTrustedAdvisorCheckRefreshStatusesResult

public DescribeTrustedAdvisorCheckRefreshStatusesResult()
Method Detail

getStatuses

public List<TrustedAdvisorCheckRefreshStatus> getStatuses()
List of the statuses of the Trusted Advisor checks you've specified for refresh. Status values are:

Returns:
List of the statuses of the Trusted Advisor checks you've specified for refresh. Status values are:
  • in_progress. The refresh of the check is currently executing.
  • successful. The refresh of the check has completed successfully.
  • enqueued. The refresh check is queued for execution.
  • abandoned. An error has prevented the check from refreshing.

setStatuses

public void setStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
List of the statuses of the Trusted Advisor checks you've specified for refresh. Status values are:

Parameters:
statuses - List of the statuses of the Trusted Advisor checks you've specified for refresh. Status values are:
  • in_progress. The refresh of the check is currently executing.
  • successful. The refresh of the check has completed successfully.
  • enqueued. The refresh check is queued for execution.
  • abandoned. An error has prevented the check from refreshing.

withStatuses

public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(TrustedAdvisorCheckRefreshStatus... statuses)
List of the statuses of the Trusted Advisor checks you've specified for refresh. Status values are:

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

Parameters:
statuses - List of the statuses of the Trusted Advisor checks you've specified for refresh. Status values are:
  • in_progress. The refresh of the check is currently executing.
  • successful. The refresh of the check has completed successfully.
  • enqueued. The refresh check is queued for execution.
  • abandoned. An error has prevented the check from refreshing.
Returns:
A reference to this updated object so that method calls can be chained together.

withStatuses

public DescribeTrustedAdvisorCheckRefreshStatusesResult withStatuses(Collection<TrustedAdvisorCheckRefreshStatus> statuses)
List of the statuses of the Trusted Advisor checks you've specified for refresh. Status values are:

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

Parameters:
statuses - List of the statuses of the Trusted Advisor checks you've specified for refresh. Status values are:
  • in_progress. The refresh of the check is currently executing.
  • successful. The refresh of the check has completed successfully.
  • enqueued. The refresh check is queued for execution.
  • abandoned. An error has prevented the check from refreshing.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.