Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class DescribeTrustedAdvisorCheckSummariesRequest

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

public class DescribeTrustedAdvisorCheckSummariesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeTrustedAdvisorCheckSummaries operation.

This action enables you to get the latest summaries for Trusted Advisor checks that you specify in your request. You submit the list of Trusted Advisor checks for which you want summaries. You obtain these CheckIds by submitting a DescribeTrustedAdvisorChecks request.

The response body contains an array of TrustedAdvisorCheckSummary objects.

See Also:
AWSSupport.describeTrustedAdvisorCheckSummaries(DescribeTrustedAdvisorCheckSummariesRequest), Serialized Form

Constructor Summary
DescribeTrustedAdvisorCheckSummariesRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getCheckIds()
          Unique identifier for a Trusted Advisor check.
 int hashCode()
           
 void setCheckIds(Collection<String> checkIds)
          Unique identifier for a Trusted Advisor check.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTrustedAdvisorCheckSummariesRequest withCheckIds(Collection<String> checkIds)
          Unique identifier for a Trusted Advisor check.
 DescribeTrustedAdvisorCheckSummariesRequest withCheckIds(String... checkIds)
          Unique identifier for a Trusted Advisor check.
 
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

DescribeTrustedAdvisorCheckSummariesRequest

public DescribeTrustedAdvisorCheckSummariesRequest()
Method Detail

getCheckIds

public List<String> getCheckIds()
Unique identifier for a Trusted Advisor check.

Returns:
Unique identifier for a Trusted Advisor check.

setCheckIds

public void setCheckIds(Collection<String> checkIds)
Unique identifier for a Trusted Advisor check.

Parameters:
checkIds - Unique identifier for a Trusted Advisor check.

withCheckIds

public DescribeTrustedAdvisorCheckSummariesRequest withCheckIds(String... checkIds)
Unique identifier for a Trusted Advisor check.

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

Parameters:
checkIds - Unique identifier for a Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

withCheckIds

public DescribeTrustedAdvisorCheckSummariesRequest withCheckIds(Collection<String> checkIds)
Unique identifier for a Trusted Advisor check.

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

Parameters:
checkIds - Unique identifier for a Trusted Advisor check.
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.