AWS SDK for .NET Documentation
DescribeTrustedAdvisorCheckResultRequest Class
AmazonAmazon.AWSSupport.ModelDescribeTrustedAdvisorCheckResultRequest Did this page help you?   Yes   No    Tell us about it...
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:

Declaration Syntax
C#
public class DescribeTrustedAdvisorCheckResultRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

CheckId
The unique identifier for the Trusted Advisor check.

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.)
WithCheckId(String) Obsolete.
Sets the CheckId property

WithLanguage(String) Obsolete.
Sets the Language property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeTrustedAdvisorCheckResultRequest
See Also

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