public class DescribeTrustedAdvisorCheckRefreshStatusesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeTrustedAdvisorCheckRefreshStatuses operation
.
Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
NOOP
Constructor and Description |
---|
DescribeTrustedAdvisorCheckRefreshStatusesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckRefreshStatusesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getCheckIds()
The IDs of the Trusted Advisor checks.
|
int |
hashCode() |
void |
setCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest |
withCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest |
withCheckIds(String... checkIds)
The IDs of the Trusted Advisor checks.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeTrustedAdvisorCheckRefreshStatusesRequest()
public List<String> getCheckIds()
public void setCheckIds(Collection<String> checkIds)
checkIds
- The IDs of the Trusted Advisor checks.public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(String... checkIds)
NOTE: This method appends the values to the existing list (if
any). Use setCheckIds(java.util.Collection)
or withCheckIds(java.util.Collection)
if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
checkIds
- The IDs of the Trusted Advisor checks.public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(Collection<String> checkIds)
Returns a reference to this object so that method calls can be chained together.
checkIds
- The IDs of the Trusted Advisor checks.public String toString()
toString
in class Object
Object.toString()
public DescribeTrustedAdvisorCheckRefreshStatusesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.