AWS SDK for .NET Documentation
DescribeTrustedAdvisorChecksRequest Class
AmazonAmazon.AWSSupport.ModelDescribeTrustedAdvisorChecksRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class DescribeTrustedAdvisorChecksRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeTrustedAdvisorChecksRequest()()()()
Initializes a new instance of the DescribeTrustedAdvisorChecksRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 DescribeTrustedAdvisorChecksRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)