public class DescribeTrustedAdvisorCheckRefreshStatusesRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeTrustedAdvisorCheckRefreshStatuses operation.
Returns the status of all refresh requests Trusted Advisor checks called using RefreshTrustedAdvisorCheck .
| コンストラクタと説明 |
|---|
DescribeTrustedAdvisorCheckRefreshStatusesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getCheckIds()
List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status.
|
int |
hashCode() |
void |
setCheckIds(java.util.Collection<java.lang.String> checkIds)
List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest |
withCheckIds(java.util.Collection<java.lang.String> checkIds)
List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest |
withCheckIds(java.lang.String... checkIds)
List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeTrustedAdvisorCheckRefreshStatusesRequest()
public java.util.List<java.lang.String> getCheckIds()
public void setCheckIds(java.util.Collection<java.lang.String> checkIds)
checkIds - List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status. You obtain the CheckId
values by calling DescribeTrustedAdvisorChecks.public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(java.lang.String... checkIds)
Returns a reference to this object so that method calls can be chained together.
checkIds - List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status. You obtain the CheckId
values by calling DescribeTrustedAdvisorChecks.public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(java.util.Collection<java.lang.String> checkIds)
Returns a reference to this object so that method calls can be chained together.
checkIds - List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status. You obtain the CheckId
values by calling DescribeTrustedAdvisorChecks.public 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