@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. | 
| int | hashCode() | 
| void | setCheckIds(Collection<String> checkIds)
 The IDs of the Trusted Advisor checks to get the status. | 
| String | toString()Returns a string representation of this object. | 
| DescribeTrustedAdvisorCheckRefreshStatusesRequest | withCheckIds(Collection<String> checkIds)
 The IDs of the Trusted Advisor checks to get the status. | 
| DescribeTrustedAdvisorCheckRefreshStatusesRequest | withCheckIds(String... checkIds)
 The IDs of the Trusted Advisor checks to get the status. | 
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, withSdkRequestTimeoutpublic DescribeTrustedAdvisorCheckRefreshStatusesRequest()
public List<String> getCheckIds()
The IDs of the Trusted Advisor checks to get the status.
 If you specify the check ID of a check that is automatically refreshed, you might see an
 InvalidParameterValue error.
 
         If you specify the check ID of a check that is automatically refreshed, you might see an
         InvalidParameterValue error.
         
public void setCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks to get the status.
 If you specify the check ID of a check that is automatically refreshed, you might see an
 InvalidParameterValue error.
 
checkIds - The IDs of the Trusted Advisor checks to get the status. 
        If you specify the check ID of a check that is automatically refreshed, you might see an
        InvalidParameterValue error.
        
public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(String... checkIds)
The IDs of the Trusted Advisor checks to get the status.
 If you specify the check ID of a check that is automatically refreshed, you might see 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. 
        If you specify the check ID of a check that is automatically refreshed, you might see an
        InvalidParameterValue error.
        
public DescribeTrustedAdvisorCheckRefreshStatusesRequest withCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks to get the status.
 If you specify the check ID of a check that is automatically refreshed, you might see an
 InvalidParameterValue error.
 
checkIds - The IDs of the Trusted Advisor checks to get the status. 
        If you specify the check ID of a check that is automatically refreshed, you might see an
        InvalidParameterValue error.
        
public String toString()
toString in class ObjectObject.toString()public DescribeTrustedAdvisorCheckRefreshStatusesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()