Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class DescribeTrustedAdvisorCheckRefreshStatusesRequest

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

public class DescribeTrustedAdvisorCheckRefreshStatusesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeTrustedAdvisorCheckRefreshStatuses operation.

Returns the status of all refresh requests Trusted Advisor checks called using RefreshTrustedAdvisorCheck.

See Also:
AWSSupport.describeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest), Serialized Form

Constructor Summary
DescribeTrustedAdvisorCheckRefreshStatusesRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getCheckIds()
          List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status.
 int hashCode()
           
 void setCheckIds(Collection<String> checkIds)
          List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(Collection<String> checkIds)
          List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status.
 DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(String... checkIds)
          List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTrustedAdvisorCheckRefreshStatusesRequest

public DescribeTrustedAdvisorCheckRefreshStatusesRequest()
Method Detail

getCheckIds

public List<String> getCheckIds()
List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status. You obtain the CheckId values by calling DescribeTrustedAdvisorChecks.

Returns:
List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status. You obtain the CheckId values by calling DescribeTrustedAdvisorChecks.

setCheckIds

public void setCheckIds(Collection<String> checkIds)
List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status. You obtain the CheckId values by calling DescribeTrustedAdvisorChecks.

Parameters:
checkIds - List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status. You obtain the CheckId values by calling DescribeTrustedAdvisorChecks.

withCheckIds

public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(String... checkIds)
List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status. You obtain the CheckId values by calling DescribeTrustedAdvisorChecks.

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

Parameters:
checkIds - List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status. You obtain the CheckId values by calling DescribeTrustedAdvisorChecks.
Returns:
A reference to this updated object so that method calls can be chained together.

withCheckIds

public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(Collection<String> checkIds)
List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status. You obtain the CheckId values by calling DescribeTrustedAdvisorChecks.

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

Parameters:
checkIds - List of the CheckId values for the Trusted Advisor checks for which you want to refresh the status. You obtain the CheckId values by calling DescribeTrustedAdvisorChecks.
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.