Container for the parameters to the 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.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeTrustedAdvisorChecksRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeTrustedAdvisorChecksRequest()()()() | Initializes a new instance of the DescribeTrustedAdvisorChecksRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | 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.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLanguage(String) | Obsolete. 
            Sets the Language property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeTrustedAdvisorChecksRequest | |