Class DescribeTrustedAdvisorCheckResultResult
- java.lang.Object
-
- com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckResultResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeTrustedAdvisorCheckResultResult extends Object implements Serializable, Cloneable
The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeTrustedAdvisorCheckResultResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeTrustedAdvisorCheckResultResultclone()booleanequals(Object obj)TrustedAdvisorCheckResultgetResult()The detailed results of the Trusted Advisor check.inthashCode()voidsetResult(TrustedAdvisorCheckResult result)The detailed results of the Trusted Advisor check.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeTrustedAdvisorCheckResultResultwithResult(TrustedAdvisorCheckResult result)The detailed results of the Trusted Advisor check.
-
-
-
Method Detail
-
setResult
public void setResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.
- Parameters:
result- The detailed results of the Trusted Advisor check.
-
getResult
public TrustedAdvisorCheckResult getResult()
The detailed results of the Trusted Advisor check.
- Returns:
- The detailed results of the Trusted Advisor check.
-
withResult
public DescribeTrustedAdvisorCheckResultResult withResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.
- Parameters:
result- The detailed results of the Trusted Advisor check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeTrustedAdvisorCheckResultResult clone()
-
-