|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckSummariesRequest
public class DescribeTrustedAdvisorCheckSummariesRequest
Container for the parameters to the 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.
AWSSupport.describeTrustedAdvisorCheckSummaries(DescribeTrustedAdvisorCheckSummariesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeTrustedAdvisorCheckSummariesRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeTrustedAdvisorCheckSummariesRequest()
Method Detail |
---|
public List<String> getCheckIds()
public void setCheckIds(Collection<String> checkIds)
checkIds
- The IDs of the Trusted Advisor checks.public DescribeTrustedAdvisorCheckSummariesRequest withCheckIds(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 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |