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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The detailed results of the Trusted Advisor check.int
hashCode()
void
setResult
(TrustedAdvisorCheckResult result) The detailed results of the Trusted Advisor check.toString()
Returns a string representation of this object; useful for testing and debugging.withResult
(TrustedAdvisorCheckResult result) The detailed results of the Trusted Advisor check.
-
Constructor Details
-
DescribeTrustedAdvisorCheckResultResult
public DescribeTrustedAdvisorCheckResultResult()
-
-
Method Details
-
setResult
The detailed results of the Trusted Advisor check.
- Parameters:
result
- The detailed results of the Trusted Advisor check.
-
getResult
The detailed results of the Trusted Advisor check.
- Returns:
- The detailed results of the Trusted Advisor check.
-
withResult
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-