@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrustedAdvisorCheckResultResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.
Constructor and Description |
---|
DescribeTrustedAdvisorCheckResultResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckResultResult |
clone() |
boolean |
equals(Object obj) |
TrustedAdvisorCheckResult |
getResult()
The detailed results of the Trusted Advisor check.
|
int |
hashCode() |
void |
setResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeTrustedAdvisorCheckResultResult |
withResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeTrustedAdvisorCheckResultResult()
public void setResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.
result
- The detailed results of the Trusted Advisor check.public TrustedAdvisorCheckResult getResult()
The detailed results of the Trusted Advisor check.
public DescribeTrustedAdvisorCheckResultResult withResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.
result
- The detailed results of the Trusted Advisor check.public String toString()
toString
in class Object
Object.toString()
public DescribeTrustedAdvisorCheckResultResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.