public class DescribeTrustedAdvisorChecksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeTrustedAdvisorChecks operation.
 Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English ("en") and Japanese ("ja") are currently supported. The response contains a TrustedAdvisorCheckDescription for each check.
NOOP| Constructor and Description | 
|---|
| DescribeTrustedAdvisorChecksRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeTrustedAdvisorChecksRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getLanguage()The ISO 639-1 code for the language in which AWS provides support. | 
| int | hashCode() | 
| 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. | 
| DescribeTrustedAdvisorChecksRequest | withLanguage(String language)The ISO 639-1 code for the language in which AWS provides support. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getLanguage()
public void setLanguage(String language)
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.public DescribeTrustedAdvisorChecksRequest withLanguage(String language)
Returns a reference to this object so that method calls can be chained together.
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.public String toString()
toString in class ObjectObject.toString()public DescribeTrustedAdvisorChecksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.