public class UpdateHealthCheckResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateHealthCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateHealthCheckResult |
clone() |
boolean |
equals(Object obj) |
HealthCheck |
getHealthCheck() |
int |
hashCode() |
void |
setHealthCheck(HealthCheck healthCheck) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateHealthCheckResult |
withHealthCheck(HealthCheck healthCheck) |
public void setHealthCheck(HealthCheck healthCheck)
healthCheck - public HealthCheck getHealthCheck()
public UpdateHealthCheckResult withHealthCheck(HealthCheck healthCheck)
healthCheck - public String toString()
toString in class ObjectObject.toString()public UpdateHealthCheckResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.