public class DescribeTrustedAdvisorCheckResultResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.
Modifier and Type | Field and Description |
---|---|
private TrustedAdvisorCheckResult |
result
The detailed results of the Trusted Advisor check.
|
Constructor and Description |
---|
DescribeTrustedAdvisorCheckResultResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckResultResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private TrustedAdvisorCheckResult result
The detailed results of the Trusted Advisor check.
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 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 DescribeTrustedAdvisorCheckResultResult clone()
clone
in class java.lang.Object