Class CreateHealthCheckResult

    • Constructor Detail

      • CreateHealthCheckResult

        public CreateHealthCheckResult()
    • Method Detail

      • setHealthCheck

        public void setHealthCheck​(HealthCheck healthCheck)

        A complex type that contains identifying information about the health check.

        Parameters:
        healthCheck - A complex type that contains identifying information about the health check.
      • getHealthCheck

        public HealthCheck getHealthCheck()

        A complex type that contains identifying information about the health check.

        Returns:
        A complex type that contains identifying information about the health check.
      • withHealthCheck

        public CreateHealthCheckResult withHealthCheck​(HealthCheck healthCheck)

        A complex type that contains identifying information about the health check.

        Parameters:
        healthCheck - A complex type that contains identifying information about the health check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocation

        public void setLocation​(String location)

        The unique URL representing the new health check.

        Parameters:
        location - The unique URL representing the new health check.
      • getLocation

        public String getLocation()

        The unique URL representing the new health check.

        Returns:
        The unique URL representing the new health check.
      • withLocation

        public CreateHealthCheckResult withLocation​(String location)

        The unique URL representing the new health check.

        Parameters:
        location - The unique URL representing the new health check.
        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