Class GetHealthCheckResult
- java.lang.Object
-
- com.amazonaws.services.route53.model.GetHealthCheckResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetHealthCheckResult extends Object implements Serializable, Cloneable
A complex type containing information about the specified health check.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetHealthCheckResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setHealthCheck
public void setHealthCheck(HealthCheck healthCheck)
A complex type that contains the information about the specified health check.
- Parameters:
healthCheck
- A complex type that contains the information about the specified health check.
-
getHealthCheck
public HealthCheck getHealthCheck()
A complex type that contains the information about the specified health check.
- Returns:
- A complex type that contains the information about the specified health check.
-
withHealthCheck
public GetHealthCheckResult withHealthCheck(HealthCheck healthCheck)
A complex type that contains the information about the specified health check.
- Parameters:
healthCheck
- A complex type that contains the information about the specified health check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetHealthCheckResult clone()
-
-