public class UpdateHealthCheckResult extends Object implements Serializable
| Constructor and Description |
|---|
UpdateHealthCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HealthCheck |
getHealthCheck()
A complex type that contains identifying information about the health
check.
|
int |
hashCode() |
void |
setHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health
check.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateHealthCheckResult |
withHealthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health
check.
|
public HealthCheck getHealthCheck()
public void setHealthCheck(HealthCheck healthCheck)
healthCheck - A complex type that contains identifying information about the health
check.public UpdateHealthCheckResult withHealthCheck(HealthCheck healthCheck)
Returns a reference to this object so that method calls can be chained together.
healthCheck - A complex type that contains identifying information about the health
check.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.