@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateHealthCheckResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response to the UpdateHealthCheck request.
| Constructor and Description |
|---|
UpdateHealthCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateHealthCheckResult |
clone() |
boolean |
equals(Object obj) |
HealthCheck |
getHealthCheck()
A complex type that contains the response to an
UpdateHealthCheck request. |
int |
hashCode() |
void |
setHealthCheck(HealthCheck healthCheck)
A complex type that contains the response to an
UpdateHealthCheck request. |
String |
toString()
Returns a string representation of this object.
|
UpdateHealthCheckResult |
withHealthCheck(HealthCheck healthCheck)
A complex type that contains the response to an
UpdateHealthCheck request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHealthCheck(HealthCheck healthCheck)
A complex type that contains the response to an UpdateHealthCheck request.
healthCheck - A complex type that contains the response to an UpdateHealthCheck request.public HealthCheck getHealthCheck()
A complex type that contains the response to an UpdateHealthCheck request.
UpdateHealthCheck request.public UpdateHealthCheckResult withHealthCheck(HealthCheck healthCheck)
A complex type that contains the response to an UpdateHealthCheck request.
healthCheck - A complex type that contains the response to an UpdateHealthCheck request.public String toString()
toString in class ObjectObject.toString()public UpdateHealthCheckResult clone()