Class ConfigureHealthCheckResult
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.ConfigureHealthCheckResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The updated health check.int
hashCode()
void
setHealthCheck
(HealthCheck healthCheck) The updated health check.toString()
Returns a string representation of this object; useful for testing and debugging.withHealthCheck
(HealthCheck healthCheck) The updated health check.
-
Constructor Details
-
ConfigureHealthCheckResult
public ConfigureHealthCheckResult()
-
-
Method Details
-
setHealthCheck
The updated health check.
- Parameters:
healthCheck
- The updated health check.
-
getHealthCheck
The updated health check.
- Returns:
- The updated health check.
-
withHealthCheck
The updated health check.
- Parameters:
healthCheck
- The updated 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
-