@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrustedAdvisorCheckSummariesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTrustedAdvisorCheckSummariesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckSummariesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeTrustedAdvisorCheckSummariesRequest()
public List<String> getCheckIds()
The IDs of the Trusted Advisor checks.
public void setCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks.
checkIds
- The IDs of the Trusted Advisor checks.public DescribeTrustedAdvisorCheckSummariesRequest withCheckIds(String... checkIds)
The IDs of the Trusted Advisor checks.
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.
checkIds
- The IDs of the Trusted Advisor checks.public DescribeTrustedAdvisorCheckSummariesRequest withCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks.
checkIds
- The IDs of the Trusted Advisor checks.public String toString()
toString
in class Object
Object.toString()
public DescribeTrustedAdvisorCheckSummariesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.