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