@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 AWS account.
|
int |
hashCode() |
void |
setHealthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetHealthCheckResult |
withHealthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHealthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current AWS account.
healthCheck
- A complex type that contains information about one health check that is associated with the current AWS
account.public HealthCheck getHealthCheck()
A complex type that contains information about one health check that is associated with the current AWS account.
public GetHealthCheckResult withHealthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current AWS account.
healthCheck
- A complex type that contains information about one health check that is associated with the current AWS
account.public String toString()
toString
in class Object
Object.toString()
public GetHealthCheckResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.