@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrustedAdvisorCheckRefreshStatusesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTrustedAdvisorCheckRefreshStatusesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckRefreshStatusesRequest |
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 to get the status of.
|
int |
hashCode() |
void |
setCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks to get the status of.
|
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 to get the status of.
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest |
withCheckIds(String... checkIds)
The IDs of the Trusted Advisor checks to get the status of.
|
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 DescribeTrustedAdvisorCheckRefreshStatusesRequest()
public List<String> getCheckIds()
The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that
is automatically refreshed causes an InvalidParameterValue
error.
InvalidParameterValue
error.public void setCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that
is automatically refreshed causes an InvalidParameterValue
error.
checkIds
- The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a
check that is automatically refreshed causes an InvalidParameterValue
error.public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(String... checkIds)
The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that
is automatically refreshed causes an InvalidParameterValue
error.
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 to get the status of. Note: Specifying the check ID of a
check that is automatically refreshed causes an InvalidParameterValue
error.public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that
is automatically refreshed causes an InvalidParameterValue
error.
checkIds
- The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a
check that is automatically refreshed causes an InvalidParameterValue
error.public String toString()
toString
in class Object
Object.toString()
public DescribeTrustedAdvisorCheckRefreshStatusesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.