@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigureHealthCheckResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of ConfigureHealthCheck.
Constructor and Description |
---|
ConfigureHealthCheckResult() |
Modifier and Type | Method and Description |
---|---|
ConfigureHealthCheckResult |
clone() |
boolean |
equals(Object obj) |
HealthCheck |
getHealthCheck()
The updated health check.
|
int |
hashCode() |
void |
setHealthCheck(HealthCheck healthCheck)
The updated health check.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConfigureHealthCheckResult |
withHealthCheck(HealthCheck healthCheck)
The updated health check.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHealthCheck(HealthCheck healthCheck)
The updated health check.
healthCheck
- The updated health check.public HealthCheck getHealthCheck()
The updated health check.
public ConfigureHealthCheckResult withHealthCheck(HealthCheck healthCheck)
The updated health check.
healthCheck
- The updated health check.public String toString()
toString
in class Object
Object.toString()
public ConfigureHealthCheckResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.