|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.support.model.DescribeTrustedAdvisorChecksResult
public class DescribeTrustedAdvisorChecksResult
Returns the objects or data listed below if successful. Otherwise, returns an error.
Constructor Summary | |
---|---|
DescribeTrustedAdvisorChecksResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<TrustedAdvisorCheckDescription> |
getChecks()
List of the checks returned by calling DescribeTrustedAdvisorChecks |
int |
hashCode()
|
void |
setChecks(java.util.Collection<TrustedAdvisorCheckDescription> checks)
List of the checks returned by calling DescribeTrustedAdvisorChecks |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeTrustedAdvisorChecksResult |
withChecks(java.util.Collection<TrustedAdvisorCheckDescription> checks)
List of the checks returned by calling DescribeTrustedAdvisorChecks |
DescribeTrustedAdvisorChecksResult |
withChecks(TrustedAdvisorCheckDescription... checks)
List of the checks returned by calling DescribeTrustedAdvisorChecks |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeTrustedAdvisorChecksResult()
Method Detail |
---|
public java.util.List<TrustedAdvisorCheckDescription> getChecks()
public void setChecks(java.util.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 DescribeTrustedAdvisorChecks
public DescribeTrustedAdvisorChecksResult withChecks(java.util.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 DescribeTrustedAdvisorChecks
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |