Class HealthCheckObservation
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that contains the IP address of a Amazon Route 53 health checker and the reason for the health check status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The IP address of the Amazon Route 53 health checker that performed this health check.TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.A complex type that contains information about the health check status for the current observation.int
hashCode()
void
setIPAddress
(String iPAddress) The IP address of the Amazon Route 53 health checker that performed this health check.void
setRegion
(HealthCheckRegion region) TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.void
TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.void
setStatusReport
(StatusReport statusReport) A complex type that contains information about the health check status for the current observation.toString()
Returns a string representation of this object; useful for testing and debugging.withIPAddress
(String iPAddress) The IP address of the Amazon Route 53 health checker that performed this health check.withRegion
(HealthCheckRegion region) TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.withRegion
(String region) TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.withStatusReport
(StatusReport statusReport) A complex type that contains information about the health check status for the current observation.
-
Constructor Details
-
HealthCheckObservation
public HealthCheckObservation()
-
-
Method Details
-
setRegion
The
HealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.- Parameters:
region
- TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.- See Also:
-
getRegion
The
HealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.- Returns:
- The
HealthCheckRegion
of the Amazon Route 53 health checker that performed this health check. - See Also:
-
withRegion
The
HealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.- Parameters:
region
- TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setRegion
The
HealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.- Parameters:
region
- TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.- See Also:
-
withRegion
The
HealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.- Parameters:
region
- TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setIPAddress
The IP address of the Amazon Route 53 health checker that performed this health check.
- Parameters:
iPAddress
- The IP address of the Amazon Route 53 health checker that performed this health check.
-
getIPAddress
The IP address of the Amazon Route 53 health checker that performed this health check.
- Returns:
- The IP address of the Amazon Route 53 health checker that performed this health check.
-
withIPAddress
The IP address of the Amazon Route 53 health checker that performed this health check.
- Parameters:
iPAddress
- The IP address of the Amazon Route 53 health checker that performed this health check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatusReport
A complex type that contains information about the health check status for the current observation.
- Parameters:
statusReport
- A complex type that contains information about the health check status for the current observation.
-
getStatusReport
A complex type that contains information about the health check status for the current observation.
- Returns:
- A complex type that contains information about the health check status for the current observation.
-
withStatusReport
A complex type that contains information about the health check status for the current observation.
- Parameters:
statusReport
- A complex type that contains information about the health check status for the current observation.- 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
-