Class HealthCheckObservation
- java.lang.Object
-
- com.amazonaws.services.route53.model.HealthCheckObservation
-
- All Implemented Interfaces:
Serializable
,Cloneable
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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HealthCheckObservation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
TheHealthCheckRegion
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)
TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.void
setRegion(String region)
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.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)
TheHealthCheckRegion
of the Amazon Route 53 health checker that performed this health check.HealthCheckObservation
withRegion(String region)
TheHealthCheckRegion
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.
-
-
-
Method Detail
-
setRegion
public void setRegion(String region)
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:
HealthCheckRegion
-
getRegion
public String 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:
HealthCheckRegion
-
withRegion
public HealthCheckObservation withRegion(String region)
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:
HealthCheckRegion
-
setRegion
public void setRegion(HealthCheckRegion region)
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:
HealthCheckRegion
-
withRegion
public HealthCheckObservation withRegion(HealthCheckRegion region)
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:
HealthCheckRegion
-
setIPAddress
public void setIPAddress(String iPAddress)
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
public String 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
public HealthCheckObservation withIPAddress(String iPAddress)
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
public void setStatusReport(StatusReport statusReport)
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
public StatusReport 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
public HealthCheckObservation withStatusReport(StatusReport statusReport)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public HealthCheckObservation clone()
-
-