public class DescribeTrustedAdvisorCheckResultRequest extends AmazonWebServiceRequest implements Serializable
DescribeTrustedAdvisorCheckResult operation
.
This action responds with the results of a Trusted Advisor check. Once you have obtained the list of available Trusted Advisor checks by calling DescribeTrustedAdvisorChecks , you specify the CheckId for the check you want to retrieve from AWS Support.
The response for this action contains a JSON-formatted TrustedAdvisorCheckResult object
, which is a container for the following three objects:
In addition, the response contains the following fields:
Constructor and Description |
---|
DescribeTrustedAdvisorCheckResultRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCheckId() |
String |
getLanguage()
Specifies the ISO 639-1 code for the language in which AWS provides
support.
|
int |
hashCode() |
void |
setCheckId(String checkId) |
void |
setLanguage(String language)
Specifies 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)
Returns a reference to this object so that method calls can be chained together.
|
DescribeTrustedAdvisorCheckResultRequest |
withLanguage(String language)
Specifies the ISO 639-1 code for the language in which AWS provides
support.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DescribeTrustedAdvisorCheckResultRequest()
public String getCheckId()
public void setCheckId(String checkId)
checkId
- public DescribeTrustedAdvisorCheckResultRequest withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
checkId
- public String getLanguage()
public void setLanguage(String language)
language
- Specifies the ISO 639-1 code for the language in which AWS provides
support. AWS Support currently supports English and Japanese, for
which the codes are en and ja, respectively. Language
parameters must be passed explicitly for operations that take them.public DescribeTrustedAdvisorCheckResultRequest withLanguage(String language)
Returns a reference to this object so that method calls can be chained together.
language
- Specifies the ISO 639-1 code for the language in which AWS provides
support. AWS Support currently supports English and Japanese, for
which the codes are en and ja, respectively. Language
parameters must be passed explicitly for operations that take them.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.