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.

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:

See Also:
AWSSupport.refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest), Serialized Form

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

Constructor Detail

RefreshTrustedAdvisorCheckRequest

public RefreshTrustedAdvisorCheckRequest()
Method Detail

getCheckId

public String getCheckId()
The unique identifier for the Trusted Advisor check.

Returns:
The unique identifier for the Trusted Advisor check.

setCheckId

public void setCheckId(String checkId)
The unique identifier for the Trusted Advisor check.

Parameters:
checkId - The unique identifier for the Trusted Advisor check.

withCheckId

public RefreshTrustedAdvisorCheckRequest withCheckId(String checkId)
The unique identifier for the Trusted Advisor check.

Returns a reference to this object so that method calls can be chained together.

Parameters:
checkId - The unique identifier for the Trusted Advisor check.
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 © 2016. All rights reserved.