@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context. 
 | 
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. 
 | 
RefreshTrustedAdvisorCheckRequest | 
withCheckId(String checkId)
 The unique identifier for the Trusted Advisor check to refresh. 
 | 
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 void setCheckId(String checkId)
The unique identifier for the Trusted Advisor check to refresh.
 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. 
        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.
 Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue
 error.
 
         Specifying the check ID of a check that is automatically refreshed causes an
         InvalidParameterValue error.
         
public RefreshTrustedAdvisorCheckRequest withCheckId(String checkId)
The unique identifier for the Trusted Advisor check to refresh.
 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. 
        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()