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.

Returns the results of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

The response contains a TrustedAdvisorCheckResult object, which contains these three objects:

In addition, the response contains these fields:

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

Constructor Summary
DescribeTrustedAdvisorCheckResultRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCheckId()
          The unique identifier for the Trusted Advisor check.
 String getLanguage()
          The ISO 639-1 code for the language in which AWS provides support.
 int hashCode()
           
 void setCheckId(String checkId)
          The unique identifier for the Trusted Advisor check.
 void setLanguage(String language)
          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)
          The unique identifier for the Trusted Advisor check.
 DescribeTrustedAdvisorCheckResultRequest withLanguage(String language)
          The ISO 639-1 code for the language in which AWS provides support.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTrustedAdvisorCheckResultRequest

public DescribeTrustedAdvisorCheckResultRequest()
Method Detail

getCheckId

public String getCheckId()
The unique identifier for the Trusted Advisor check.

Returns:
The unique identifier for the Trusted Advisor check.

setCheckId

public void setCheckId(String checkId)
The unique identifier for the Trusted Advisor check.

Parameters:
checkId - The unique identifier for the Trusted Advisor check.

withCheckId

public DescribeTrustedAdvisorCheckResultRequest withCheckId(String checkId)
The unique identifier for the Trusted Advisor check.

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

Parameters:
checkId - The unique identifier for the Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

getLanguage

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

Returns:
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

setLanguage

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

Parameters:
language - The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

withLanguage

public DescribeTrustedAdvisorCheckResultRequest withLanguage(String language)
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). 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 - The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). 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 © 2016. All rights reserved.