public class RefreshTrustedAdvisorCheckRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
RefreshTrustedAdvisorCheck operation.
Requests a refresh of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains a TrustedAdvisorCheckRefreshStatus object, which contains these fields:
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.
|
int |
hashCode() |
void |
setCheckId(String checkId)
The unique identifier for the Trusted Advisor check.
|
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getCheckId()
public void setCheckId(String checkId)
checkId - The unique identifier for the Trusted Advisor check.public RefreshTrustedAdvisorCheckRequest withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
checkId - The unique identifier for the Trusted Advisor check.public String toString()
toString in class ObjectObject.toString()public RefreshTrustedAdvisorCheckRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.