Class HealthCheckObservation

    • Constructor Detail

      • HealthCheckObservation

        public HealthCheckObservation()
    • Method Detail

      • 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:
        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 - 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:
        HealthCheckRegion
      • 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:
        HealthCheckRegion
      • 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:
        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 class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object