|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.support.model.DescribeTrustedAdvisorCheckResultResult
public class DescribeTrustedAdvisorCheckResultResult
Contains the following objects or data if successful. Otherwise, returns an error.
Constructor Summary | |
---|---|
DescribeTrustedAdvisorCheckResultResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeTrustedAdvisorCheckResultResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |