public class DescribeTrustedAdvisorCheckResultRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
checkId
The unique identifier for the Trusted Advisor check.
|
private java.lang.String |
language
The ISO 639-1 code for the language in which AWS provides support.
|
NOOP
Constructor and Description |
---|
DescribeTrustedAdvisorCheckResultRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckResultRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCheckId()
The unique identifier for the Trusted Advisor check.
|
java.lang.String |
getLanguage()
The ISO 639-1 code for the language in which AWS provides support.
|
int |
hashCode() |
void |
setCheckId(java.lang.String checkId)
The unique identifier for the Trusted Advisor check.
|
void |
setLanguage(java.lang.String language)
The ISO 639-1 code for the language in which AWS provides support.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorCheckResultRequest |
withCheckId(java.lang.String checkId)
The unique identifier for the Trusted Advisor check.
|
DescribeTrustedAdvisorCheckResultRequest |
withLanguage(java.lang.String language)
The ISO 639-1 code for the language in which AWS provides support.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String checkId
The unique identifier for the Trusted Advisor check.
private java.lang.String 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()
public void setCheckId(java.lang.String checkId)
The unique identifier for the Trusted Advisor check.
checkId
- The unique identifier for the Trusted Advisor check.public java.lang.String getCheckId()
The unique identifier for the Trusted Advisor check.
public DescribeTrustedAdvisorCheckResultRequest withCheckId(java.lang.String checkId)
The unique identifier for the Trusted Advisor check.
checkId
- The unique identifier for the Trusted Advisor check.public void setLanguage(java.lang.String 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.
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 java.lang.String getLanguage()
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(java.lang.String 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.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeTrustedAdvisorCheckResultRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()