public class DescribeTrustedAdvisorCheckResultRequest extends AmazonWebServiceRequest implements Serializable
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:
NOOP
Constructor and Description |
---|
DescribeTrustedAdvisorCheckResultRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCheckId()
The unique identifier for the Trusted Advisor check.
|
String |
getLanguage()
The ISO 639-1 code for the language in which AWS provides support.
|
int |
hashCode() |
void |
setCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
|
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.
|
DescribeTrustedAdvisorCheckResultRequest |
withCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
|
DescribeTrustedAdvisorCheckResultRequest |
withLanguage(String language)
The ISO 639-1 code for the language in which AWS provides support.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeTrustedAdvisorCheckResultRequest()
public String getCheckId()
public void setCheckId(String checkId)
checkId
- The unique identifier for the Trusted Advisor check.public DescribeTrustedAdvisorCheckResultRequest withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
checkId
- The unique identifier for the Trusted Advisor check.public 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 DescribeTrustedAdvisorCheckResultRequest 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 Object
Object.toString()
Copyright © 2014. All rights reserved.