public class DescribeTrustedAdvisorChecksResult
extends java.lang.Object
implements java.io.Serializable
Returns the objects or data listed below if successful. Otherwise, returns an error.
| コンストラクタと説明 |
|---|
DescribeTrustedAdvisorChecksResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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
Returns a reference to this object so that method calls can be chained together.
|
DescribeTrustedAdvisorChecksResult |
withChecks(TrustedAdvisorCheckDescription... checks)
List of the checks returned by calling DescribeTrustedAdvisorChecks
Returns a reference to this object so that method calls can be chained together.
|
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 DescribeTrustedAdvisorCheckspublic 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 DescribeTrustedAdvisorCheckspublic java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object