Class GetHealthCheckResult
java.lang.Object
com.amazonaws.services.route53.model.GetHealthCheckResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type containing information about the specified health check.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withHealthCheck
(HealthCheck healthCheck) A complex type that contains the information about the specified health check.
-
Constructor Details
-
GetHealthCheckResult
public GetHealthCheckResult()
-
-
Method Details
-
setHealthCheck
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-