com.amazonaws.services.support.model
Class RefreshTrustedAdvisorCheckRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.support.model.RefreshTrustedAdvisorCheckRequest
- All Implemented Interfaces:
- java.io.Serializable
public class RefreshTrustedAdvisorCheckRequest
- extends AmazonWebServiceRequest
- implements java.io.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
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
RefreshTrustedAdvisorCheckRequest
public RefreshTrustedAdvisorCheckRequest()
getCheckId
public java.lang.String getCheckId()
- Returns:
setCheckId
public void setCheckId(java.lang.String checkId)
- Parameters:
checkId
-
withCheckId
public RefreshTrustedAdvisorCheckRequest withCheckId(java.lang.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 java.lang.String toString()
- Returns a string representation of this object; useful for testing and
debugging.
- Overrides:
toString
in class java.lang.Object
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.