public class HealthCheckObservation extends Object implements 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.
Constructor and Description |
---|
HealthCheckObservation() |
Modifier and Type | Method and Description |
---|---|
HealthCheckObservation |
clone() |
boolean |
equals(Object obj) |
String |
getIPAddress()
The IP address of the Amazon 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 Amazon 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 Amazon 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 void setIPAddress(String iPAddress)
The IP address of the Amazon Route 53 health checker that performed the health check.
iPAddress
- The IP address of the Amazon Route 53 health checker that
performed the health check.public String getIPAddress()
The IP address of the Amazon Route 53 health checker that performed the health check.
public HealthCheckObservation withIPAddress(String iPAddress)
The IP address of the Amazon Route 53 health checker that performed the health check.
iPAddress
- The IP address of the Amazon Route 53 health checker that
performed the health check.public void setStatusReport(StatusReport statusReport)
A complex type that contains information about the health check status for the current observation.
statusReport
- A complex type that contains information about the health check
status for the current observation.public StatusReport getStatusReport()
A complex type that contains information about the health check status for the current observation.
public HealthCheckObservation withStatusReport(StatusReport statusReport)
A complex type that contains information about the health check status for the current observation.
statusReport
- A complex type that contains information about the health check
status for the current observation.public String toString()
toString
in class Object
Object.toString()
public HealthCheckObservation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.