public class RefreshTrustedAdvisorCheckRequest extends AmazonWebServiceRequest implements Serializable
RefreshTrustedAdvisorCheck operation
.
This action enables you to query the service to request a refresh for a specific Trusted Advisor check. Your request body contains a CheckId for which you are querying. The response body contains a RefreshTrustedAdvisorCheckResult object containing Status and TimeUntilNextRefresh fields.
Constructor and Description |
---|
RefreshTrustedAdvisorCheckRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCheckId() |
int |
hashCode() |
void |
setCheckId(String checkId) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RefreshTrustedAdvisorCheckRequest |
withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getCheckId()
public void setCheckId(String checkId)
checkId
- public RefreshTrustedAdvisorCheckRequest withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
checkId
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.