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