public class RefreshTrustedAdvisorCheckRequest extends AmazonWebServiceRequest implements Serializable
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 RefreshTrustedAdvisorCheckResult object, which contains these fields:
Constructor and Description |
---|
RefreshTrustedAdvisorCheckRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.