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 this
health check.
|
String |
getRegion()
The
HealthCheckRegion of the Amazon Route 53 health checker
that performed this 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 this
health check.
|
void |
setRegion(HealthCheckRegion region)
The
HealthCheckRegion of the Amazon Route 53 health checker
that performed this health check. |
void |
setRegion(String region)
The
HealthCheckRegion 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.
|
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 this
health check.
|
HealthCheckObservation |
withRegion(HealthCheckRegion region)
The
HealthCheckRegion of the Amazon Route 53 health checker
that performed this health check. |
HealthCheckObservation |
withRegion(String region)
The
HealthCheckRegion of the Amazon Route 53 health checker
that performed this health check. |
HealthCheckObservation |
withStatusReport(StatusReport statusReport)
A complex type that contains information about the health check status
for the current observation.
|
public void setRegion(String region)
The HealthCheckRegion
of the Amazon Route 53 health checker
that performed this health check.
region
- The HealthCheckRegion
of the Amazon Route 53 health
checker that performed this health check.HealthCheckRegion
public String getRegion()
The HealthCheckRegion
of the Amazon Route 53 health checker
that performed this health check.
HealthCheckRegion
of the Amazon Route 53 health
checker that performed this health check.HealthCheckRegion
public HealthCheckObservation withRegion(String region)
The HealthCheckRegion
of the Amazon Route 53 health checker
that performed this health check.
region
- The HealthCheckRegion
of the Amazon Route 53 health
checker that performed this health check.HealthCheckRegion
public void setRegion(HealthCheckRegion region)
The HealthCheckRegion
of the Amazon Route 53 health checker
that performed this health check.
region
- The HealthCheckRegion
of the Amazon Route 53 health
checker that performed this health check.HealthCheckRegion
public HealthCheckObservation withRegion(HealthCheckRegion region)
The HealthCheckRegion
of the Amazon Route 53 health checker
that performed this health check.
region
- The HealthCheckRegion
of the Amazon Route 53 health
checker that performed this health check.HealthCheckRegion
public void setIPAddress(String iPAddress)
The IP address of the Amazon Route 53 health checker that performed this health check.
iPAddress
- The IP address of the Amazon Route 53 health checker that
performed this health check.public String getIPAddress()
The IP address of the Amazon Route 53 health checker that performed this health check.
public HealthCheckObservation withIPAddress(String iPAddress)
The IP address of the Amazon Route 53 health checker that performed this health check.
iPAddress
- The IP address of the Amazon Route 53 health checker that
performed this 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 © 2018. All rights reserved.