Class CreateHealthCheckResult
java.lang.Object
com.amazonaws.services.route53.model.CreateHealthCheckResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type containing the response information for the new health check.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A complex type that contains identifying information about the health check.The unique URL representing the new health check.int
hashCode()
void
setHealthCheck
(HealthCheck healthCheck) A complex type that contains identifying information about the health check.void
setLocation
(String location) The unique URL representing the new health check.toString()
Returns a string representation of this object; useful for testing and debugging.withHealthCheck
(HealthCheck healthCheck) A complex type that contains identifying information about the health check.withLocation
(String location) The unique URL representing the new health check.
-
Constructor Details
-
CreateHealthCheckResult
public CreateHealthCheckResult()
-
-
Method Details
-
setHealthCheck
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
A complex type that contains identifying information about the health check.
- Returns:
- A complex type that contains identifying information about the health check.
-
withHealthCheck
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
The unique URL representing the new health check.
- Parameters:
location
- The unique URL representing the new health check.
-
getLocation
The unique URL representing the new health check.
- Returns:
- The unique URL representing the new health check.
-
withLocation
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-