public class DescribeTrustedAdvisorChecksResult extends Object implements Serializable
Contains the following objects or data if successful. Otherwise, returns an error.
Constructor and Description |
---|
DescribeTrustedAdvisorChecksResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<TrustedAdvisorCheckDescription> |
getChecks()
Information about all available Trusted Advisor checks.
|
int |
hashCode() |
void |
setChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorChecksResult |
withChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
DescribeTrustedAdvisorChecksResult |
withChecks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
|
public List<TrustedAdvisorCheckDescription> getChecks()
public void setChecks(Collection<TrustedAdvisorCheckDescription> checks)
checks
- Information about all available Trusted Advisor checks.public DescribeTrustedAdvisorChecksResult withChecks(TrustedAdvisorCheckDescription... checks)
Returns a reference to this object so that method calls can be chained together.
checks
- Information about all available Trusted Advisor checks.public DescribeTrustedAdvisorChecksResult withChecks(Collection<TrustedAdvisorCheckDescription> checks)
Returns a reference to this object so that method calls can be chained together.
checks
- Information about all available Trusted Advisor checks.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.