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