public class HealthCheckObservation extends Object implements Serializable
A complex type that contains the IP address of a Route 53 health checker and the reason for the health check status.
| Constructor and Description |
|---|
HealthCheckObservation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIPAddress()
The IP address of the Route 53 health checker that performed the
health check.
|
StatusReport |
getStatusReport()
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 Route 53 health checker that performed the
health check.
|
void |
setStatusReport(StatusReport statusReport)
A complex type that contains information about the health check status
for the current observation.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HealthCheckObservation |
withIPAddress(String iPAddress)
The IP address of the Route 53 health checker that performed the
health check.
|
HealthCheckObservation |
withStatusReport(StatusReport statusReport)
A complex type that contains information about the health check status
for the current observation.
|
public String getIPAddress()
Constraints:
Length: 0 - 15
Pattern: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
public void setIPAddress(String iPAddress)
Constraints:
Length: 0 - 15
Pattern: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
iPAddress - The IP address of the Route 53 health checker that performed the
health check.public HealthCheckObservation withIPAddress(String iPAddress)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 15
Pattern: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
iPAddress - The IP address of the Route 53 health checker that performed the
health check.public StatusReport getStatusReport()
public void setStatusReport(StatusReport statusReport)
statusReport - A complex type that contains information about the health check status
for the current observation.public HealthCheckObservation withStatusReport(StatusReport statusReport)
Returns a reference to this object so that method calls can be chained together.
statusReport - A complex type that contains information about the health check status
for the current observation.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.