public class DescribeTrustedAdvisorChecksResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TrustedAdvisorCheckDescription> |
checks
Information about all available Trusted Advisor checks.
|
Constructor and Description |
---|
DescribeTrustedAdvisorChecksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorChecksResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<TrustedAdvisorCheckDescription> |
getChecks()
Information about all available Trusted Advisor checks.
|
int |
hashCode() |
void |
setChecks(java.util.Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorChecksResult |
withChecks(java.util.Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
DescribeTrustedAdvisorChecksResult |
withChecks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
|
private SdkInternalList<TrustedAdvisorCheckDescription> checks
Information about all available Trusted Advisor checks.
public java.util.List<TrustedAdvisorCheckDescription> getChecks()
Information about all available Trusted Advisor checks.
public void setChecks(java.util.Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
checks
- Information about all available Trusted Advisor checks.public DescribeTrustedAdvisorChecksResult withChecks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
NOTE: This method appends the values to the existing list (if
any). Use setChecks(java.util.Collection)
or
withChecks(java.util.Collection)
if you want to override the
existing values.
checks
- Information about all available Trusted Advisor checks.public DescribeTrustedAdvisorChecksResult withChecks(java.util.Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
checks
- Information about all available Trusted Advisor checks.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeTrustedAdvisorChecksResult clone()
clone
in class java.lang.Object