Class DescribeTrustedAdvisorChecksResult
java.lang.Object
com.amazonaws.services.support.model.DescribeTrustedAdvisorChecksResult
- All Implemented Interfaces:
Serializable
,Cloneable
Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about all available Trusted Advisor checks.int
hashCode()
void
Information about all available Trusted Advisor checks.toString()
Returns a string representation of this object; useful for testing and debugging.withChecks
(TrustedAdvisorCheckDescription... checks) Information about all available Trusted Advisor checks.Information about all available Trusted Advisor checks.
-
Constructor Details
-
DescribeTrustedAdvisorChecksResult
public DescribeTrustedAdvisorChecksResult()
-
-
Method Details
-
getChecks
Information about all available Trusted Advisor checks.
- Returns:
- Information about all available Trusted Advisor checks.
-
setChecks
Information about all available Trusted Advisor checks.
- Parameters:
checks
- Information about all available Trusted Advisor checks.
-
withChecks
Information about all available Trusted Advisor checks.
NOTE: This method appends the values to the existing list (if any). Use
setChecks(java.util.Collection)
orwithChecks(java.util.Collection)
if you want to override the existing values.- Parameters:
checks
- Information about all available Trusted Advisor checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withChecks
public DescribeTrustedAdvisorChecksResult withChecks(Collection<TrustedAdvisorCheckDescription> checks) Information about all available Trusted Advisor checks.
- Parameters:
checks
- Information about all available Trusted Advisor checks.- 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
-