public class GetHealthCheckResult extends Object implements Serializable, Cloneable
A complex type containing information about the specified health check.
Constructor and Description |
---|
GetHealthCheckResult() |
Modifier and Type | Method and Description |
---|---|
GetHealthCheckResult |
clone() |
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 void setHealthCheck(HealthCheck healthCheck)
A complex type that contains the information about the specified health check.
healthCheck
- A complex type that contains the information about the specified
health check.public HealthCheck getHealthCheck()
A complex type that contains the information about the specified health check.
public GetHealthCheckResult withHealthCheck(HealthCheck healthCheck)
A complex type that contains the information about the specified health check.
healthCheck
- A complex type that contains the information about the specified
health check.public String toString()
toString
in class Object
Object.toString()
public GetHealthCheckResult clone()
Copyright © 2018. All rights reserved.