public class GetHealthCheckResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type containing information about the specified health check.
Modifier and Type | Field and Description |
---|---|
private HealthCheck |
healthCheck
A complex type that contains the information about the specified health
check.
|
Constructor and Description |
---|
GetHealthCheckResult() |
Modifier and Type | Method and Description |
---|---|
GetHealthCheckResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetHealthCheckResult clone()
clone
in class java.lang.Object