@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrustedAdvisorCheckResultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTrustedAdvisorCheckResultRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustedAdvisorCheckResultRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeTrustedAdvisorCheckResultRequest()
public void setCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
checkId - The unique identifier for the Trusted Advisor check.public String getCheckId()
The unique identifier for the Trusted Advisor check.
public DescribeTrustedAdvisorCheckResultRequest withCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
checkId - The unique identifier for the Trusted Advisor check.public void setLanguage(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 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(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 String toString()
toString in class ObjectObject.toString()public DescribeTrustedAdvisorCheckResultRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.