Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class DescribeTrustedAdvisorCheckResultRequest

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

public class DescribeTrustedAdvisorCheckResultRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeTrustedAdvisorCheckResult operation.

This action responds with the results of a Trusted Advisor check. Once you have obtained the list of available Trusted Advisor checks by calling DescribeTrustedAdvisorChecks , you specify the CheckId for the check you want to retrieve from AWS Support.

The response for this action contains a JSON-formatted TrustedAdvisorCheckResult object

, which is a container for the following three objects:

  1. TrustedAdvisorCategorySpecificSummary
  2. TrustedAdvisorResourceDetail
  3. TrustedAdvisorResourcesSummary

In addition, the response contains the following fields:

  1. Status . Overall status of the check.
  2. Timestamp . Time at which Trusted Advisor last ran the check.
  3. CheckId . Unique identifier for the specific check returned by the request.

See Also:
AWSSupport.describeTrustedAdvisorCheckResult(DescribeTrustedAdvisorCheckResultRequest), Serialized Form

Constructor Summary
DescribeTrustedAdvisorCheckResultRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCheckId()
           
 String getLanguage()
          Specifies the ISO 639-1 code for the language in which AWS provides support.
 int hashCode()
           
 void setCheckId(String checkId)
           
 void setLanguage(String language)
          Specifies the ISO 639-1 code for the language in which AWS provides support.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTrustedAdvisorCheckResultRequest withCheckId(String checkId)
           Returns a reference to this object so that method calls can be chained together.
 DescribeTrustedAdvisorCheckResultRequest withLanguage(String language)
          Specifies the ISO 639-1 code for the language in which AWS provides support.
 
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

DescribeTrustedAdvisorCheckResultRequest

public DescribeTrustedAdvisorCheckResultRequest()
Method Detail

getCheckId

public String getCheckId()
Returns:

setCheckId

public void setCheckId(String checkId)
Parameters:
checkId -

withCheckId

public DescribeTrustedAdvisorCheckResultRequest withCheckId(String checkId)

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

Parameters:
checkId -
Returns:
A reference to this updated object so that method calls can be chained together.

getLanguage

public String getLanguage()
Specifies the ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English and Japanese, for which the codes are en and ja, respectively. Language parameters must be passed explicitly for operations that take them.

Returns:
Specifies the ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English and Japanese, for which the codes are en and ja, respectively. Language parameters must be passed explicitly for operations that take them.

setLanguage

public void setLanguage(String language)
Specifies the ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English and Japanese, for which the codes are en and ja, respectively. Language parameters must be passed explicitly for operations that take them.

Parameters:
language - Specifies the ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English and Japanese, for which the codes are en and ja, respectively. Language parameters must be passed explicitly for operations that take them.

withLanguage

public DescribeTrustedAdvisorCheckResultRequest withLanguage(String language)
Specifies the ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English and Japanese, for which the codes are en and ja, respectively. Language parameters must be passed explicitly for operations that take them.

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

Parameters:
language - Specifies the ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English and Japanese, for which the codes are en and ja, respectively. Language parameters must be passed explicitly for operations that take them.
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.