public class DescribeTrustedAdvisorCheckResultResult extends Object 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.
|
public DescribeTrustedAdvisorCheckResultResult()
public TrustedAdvisorCheckResult getResult()
public void setResult(TrustedAdvisorCheckResult result)
result - The detailed results of the Trusted Advisor check.public DescribeTrustedAdvisorCheckResultResult withResult(TrustedAdvisorCheckResult result)
Returns a reference to this object so that method calls can be chained together.
result - The detailed results of the Trusted Advisor check.public String toString()
toString in class ObjectObject.toString()public DescribeTrustedAdvisorCheckResultResult clone()
Copyright © 2015. All rights reserved.