Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class RefreshTrustedAdvisorCheckRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by 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

Constructor Summary
RefreshTrustedAdvisorCheckRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefreshTrustedAdvisorCheckRequest

public RefreshTrustedAdvisorCheckRequest()
Method Detail

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.