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:
  • Constructor Details

    • HealthCheckObservation

      public HealthCheckObservation()
  • Method Details

    • setRegion

      public void setRegion(String region)

      The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.

      Parameters:
      region - The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.
      See Also:
    • 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:
    • withRegion

      public HealthCheckObservation withRegion(String region)

      The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.

      Parameters:
      region - The HealthCheckRegion 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:
    • setRegion

      public void setRegion(HealthCheckRegion region)

      The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.

      Parameters:
      region - The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.
      See Also:
    • withRegion

      public HealthCheckObservation withRegion(HealthCheckRegion region)

      The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.

      Parameters:
      region - The HealthCheckRegion 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:
    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public HealthCheckObservation clone()
      Overrides:
      clone in class Object