public class RefreshTrustedAdvisorCheckRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
RefreshTrustedAdvisorCheckRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
RefreshTrustedAdvisorCheckRequest | 
clone()
Creates a shallow clone of this request. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getCheckId()
 The unique identifier for the Trusted Advisor check to refresh. 
 | 
int | 
hashCode()  | 
void | 
setCheckId(String checkId)
 The unique identifier for the Trusted Advisor check to refresh. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
RefreshTrustedAdvisorCheckRequest | 
withCheckId(String checkId)
 The unique identifier for the Trusted Advisor check to refresh. 
 | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCheckId(String checkId)
 The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check
 that is automatically refreshed causes an InvalidParameterValue error.
 
checkId - The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a
        check that is automatically refreshed causes an InvalidParameterValue error.public String getCheckId()
 The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check
 that is automatically refreshed causes an InvalidParameterValue error.
 
InvalidParameterValue error.public RefreshTrustedAdvisorCheckRequest withCheckId(String checkId)
 The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check
 that is automatically refreshed causes an InvalidParameterValue error.
 
checkId - The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a
        check that is automatically refreshed causes an InvalidParameterValue error.public String toString()
toString in class ObjectObject.toString()public RefreshTrustedAdvisorCheckRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.