public class ConfigureHealthCheckResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ConfigureHealthCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
ConfigureHealthCheckResult |
clone() |
boolean |
equals(Object obj) |
HealthCheck |
getHealthCheck()
The updated health check.
|
int |
hashCode() |
void |
setHealthCheck(HealthCheck healthCheck)
The updated health check.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfigureHealthCheckResult |
withHealthCheck(HealthCheck healthCheck)
The updated health check.
|
public HealthCheck getHealthCheck()
public void setHealthCheck(HealthCheck healthCheck)
healthCheck - The updated health check.public ConfigureHealthCheckResult withHealthCheck(HealthCheck healthCheck)
Returns a reference to this object so that method calls can be chained together.
healthCheck - The updated health check.public String toString()
toString in class ObjectObject.toString()public ConfigureHealthCheckResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.