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()booleanThe updated health check.inthashCode()voidsetHealthCheck(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
-
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
-
equals
-
hashCode
-
clone
-