Class CreateHealthCheckResult

java.lang.Object
com.amazonaws.services.route53.model.CreateHealthCheckResult
All Implemented Interfaces:
Serializable, Cloneable

public class CreateHealthCheckResult extends Object implements Serializable, Cloneable

A complex type containing the response information for the new health check.

See Also:
  • Constructor Details

    • CreateHealthCheckResult

      public CreateHealthCheckResult()
  • Method Details

    • 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:
    • equals

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

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

      public CreateHealthCheckResult clone()
      Overrides:
      clone in class Object