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 HealthCheckObservationclone()booleanequals(Object obj)StringgetIPAddress()The IP address of the Amazon Route 53 health checker that performed this health check.StringgetRegion()TheHealthCheckRegionof the Amazon Route 53 health checker that performed this health check.StatusReportgetStatusReport()A complex type that contains information about the health check status for the current observation.inthashCode()voidsetIPAddress(String iPAddress)The IP address of the Amazon Route 53 health checker that performed this health check.voidsetRegion(HealthCheckRegion region)TheHealthCheckRegionof the Amazon Route 53 health checker that performed this health check.voidsetRegion(String region)TheHealthCheckRegionof the Amazon Route 53 health checker that performed this health check.voidsetStatusReport(StatusReport statusReport)A complex type that contains information about the health check status for the current observation.StringtoString()Returns a string representation of this object; useful for testing and debugging.HealthCheckObservationwithIPAddress(String iPAddress)The IP address of the Amazon Route 53 health checker that performed this health check.HealthCheckObservationwithRegion(HealthCheckRegion region)TheHealthCheckRegionof the Amazon Route 53 health checker that performed this health check.HealthCheckObservationwithRegion(String region)TheHealthCheckRegionof the Amazon Route 53 health checker that performed this health check.HealthCheckObservationwithStatusReport(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
HealthCheckRegionof the Amazon Route 53 health checker that performed this health check.- Parameters:
region- TheHealthCheckRegionof the Amazon Route 53 health checker that performed this health check.- See Also:
HealthCheckRegion
-
getRegion
public String getRegion()
The
HealthCheckRegionof the Amazon Route 53 health checker that performed this health check.- Returns:
- The
HealthCheckRegionof the Amazon Route 53 health checker that performed this health check. - See Also:
HealthCheckRegion
-
withRegion
public HealthCheckObservation withRegion(String region)
The
HealthCheckRegionof the Amazon Route 53 health checker that performed this health check.- Parameters:
region- TheHealthCheckRegionof 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
HealthCheckRegionof the Amazon Route 53 health checker that performed this health check.- Parameters:
region- TheHealthCheckRegionof the Amazon Route 53 health checker that performed this health check.- See Also:
HealthCheckRegion
-
withRegion
public HealthCheckObservation withRegion(HealthCheckRegion region)
The
HealthCheckRegionof the Amazon Route 53 health checker that performed this health check.- Parameters:
region- TheHealthCheckRegionof 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public HealthCheckObservation clone()
-
-