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 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.
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeTrustedAdvisorCheckResultResult clone()
-
-