public class DescribeTrustedAdvisorCheckSummariesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeTrustedAdvisorCheckSummaries operation.
Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains an array of TrustedAdvisorCheckSummary objects.
NOOP| Constructor and Description |
|---|
DescribeTrustedAdvisorCheckSummariesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustedAdvisorCheckSummariesRequest |
clone() |
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.
|
DescribeTrustedAdvisorCheckSummariesRequest |
withCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckSummariesRequest |
withCheckIds(String... checkIds)
The IDs of the Trusted Advisor checks.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeTrustedAdvisorCheckSummariesRequest()
public List<String> getCheckIds()
public void setCheckIds(Collection<String> checkIds)
checkIds - The IDs of the Trusted Advisor checks.public DescribeTrustedAdvisorCheckSummariesRequest 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 DescribeTrustedAdvisorCheckSummariesRequest 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 ObjectObject.toString()public DescribeTrustedAdvisorCheckSummariesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.