|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.support.model.RefreshTrustedAdvisorCheckRequest
public class RefreshTrustedAdvisorCheckRequest
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:
AWSSupport.refreshTrustedAdvisorCheck(RefreshTrustedAdvisorCheckRequest)
,
Serialized FormConstructor 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 |
---|
public RefreshTrustedAdvisorCheckRequest()
Method Detail |
---|
public String getCheckId()
public void setCheckId(String checkId)
checkId
- The unique identifier for the Trusted Advisor check.public RefreshTrustedAdvisorCheckRequest withCheckId(String checkId)
Returns a reference to this object so that method calls can be chained together.
checkId
- The unique identifier for the Trusted Advisor check.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |