public class DescribeTrustedAdvisorChecksResult extends Object implements Serializable
Returns the objects or data listed below if successful. Otherwise, returns an error.
Constructor and Description |
---|
DescribeTrustedAdvisorChecksResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<TrustedAdvisorCheckDescription> |
getChecks()
List of the checks returned by calling DescribeTrustedAdvisorChecks
|
int |
hashCode() |
void |
setChecks(Collection<TrustedAdvisorCheckDescription> checks)
List of the checks returned by calling DescribeTrustedAdvisorChecks
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorChecksResult |
withChecks(Collection<TrustedAdvisorCheckDescription> checks)
List of the checks returned by calling DescribeTrustedAdvisorChecks
|
DescribeTrustedAdvisorChecksResult |
withChecks(TrustedAdvisorCheckDescription... checks)
List of the checks returned by calling DescribeTrustedAdvisorChecks
|
public List<TrustedAdvisorCheckDescription> getChecks()
public void setChecks(Collection<TrustedAdvisorCheckDescription> checks)
checks
- List of the checks returned by calling DescribeTrustedAdvisorCheckspublic DescribeTrustedAdvisorChecksResult withChecks(TrustedAdvisorCheckDescription... checks)
Returns a reference to this object so that method calls can be chained together.
checks
- List of the checks returned by calling DescribeTrustedAdvisorCheckspublic DescribeTrustedAdvisorChecksResult withChecks(Collection<TrustedAdvisorCheckDescription> checks)
Returns a reference to this object so that method calls can be chained together.
checks
- List of the checks returned by calling DescribeTrustedAdvisorCheckspublic String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.