public class RefreshTrustedAdvisorCheckResult extends Object implements Serializable
Constructor and Description |
---|
RefreshTrustedAdvisorCheckResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
TrustedAdvisorCheckRefreshStatus |
getStatus()
Returns the overall status of the RefreshTrustedAdvisorCheck
call.
|
int |
hashCode() |
void |
setStatus(TrustedAdvisorCheckRefreshStatus status)
Returns the overall status of the RefreshTrustedAdvisorCheck
call.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RefreshTrustedAdvisorCheckResult |
withStatus(TrustedAdvisorCheckRefreshStatus status)
Returns the overall status of the RefreshTrustedAdvisorCheck
call.
|
public TrustedAdvisorCheckRefreshStatus getStatus()
public void setStatus(TrustedAdvisorCheckRefreshStatus status)
status
- Returns the overall status of the RefreshTrustedAdvisorCheck
call.public RefreshTrustedAdvisorCheckResult withStatus(TrustedAdvisorCheckRefreshStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- Returns the overall status of the RefreshTrustedAdvisorCheck
call.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.