public class DescribeTrustedAdvisorCheckRefreshStatusesRequest extends AmazonWebServiceRequest implements Serializable
DescribeTrustedAdvisorCheckRefreshStatuses operation
.
Returns the status of all refresh requests Trusted Advisor checks called using RefreshTrustedAdvisorCheck .
Constructor and Description |
---|
DescribeTrustedAdvisorCheckRefreshStatusesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getCheckIds()
List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status.
|
int |
hashCode() |
void |
setCheckIds(Collection<String> checkIds)
List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest |
withCheckIds(Collection<String> checkIds)
List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest |
withCheckIds(String... checkIds)
List of the CheckId values for the Trusted Advisor checks for
which you want to refresh the status.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DescribeTrustedAdvisorCheckRefreshStatusesRequest()
public List<String> getCheckIds()
public void setCheckIds(Collection<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(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(Collection<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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.