com.amazonaws.services.support.model
Class RefreshTrustedAdvisorCheckRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.support.model.RefreshTrustedAdvisorCheckRequest
- All Implemented Interfaces:
- Serializable
public class RefreshTrustedAdvisorCheckRequest
- extends AmazonWebServiceRequest
- implements Serializable
Container for the parameters to the 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.
- See Also:
AWSSupport.refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest)
,
Serialized Form
RefreshTrustedAdvisorCheckRequest
public RefreshTrustedAdvisorCheckRequest()
getCheckId
public String getCheckId()
- Returns:
setCheckId
public void setCheckId(String checkId)
- Parameters:
checkId
-
withCheckId
public RefreshTrustedAdvisorCheckRequest withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
- Parameters:
checkId
-
- Returns:
- A reference to this updated object so that method calls can be chained
together.
toString
public String toString()
- Returns a string representation of this object; useful for testing and
debugging.
- Overrides:
toString
in class Object
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.