public class DescribeTrustedAdvisorCheckResultResult extends Object implements Serializable
Contains the following objects or data if successful. Otherwise, returns an error.
Constructor and Description |
---|
DescribeTrustedAdvisorCheckResultResult() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.