public class GetHealthCheckRequest extends AmazonWebServiceRequest implements Serializable
GetHealthCheck operation
.
To retrieve the health check, send a GET
request to the 2012-12-12/healthcheck/health check ID
resource.
Constructor and Description |
---|
GetHealthCheckRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHealthCheckId()
The ID of the health check to retrieve.
|
int |
hashCode() |
void |
setHealthCheckId(String healthCheckId)
The ID of the health check to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetHealthCheckRequest |
withHealthCheckId(String healthCheckId)
The ID of the health check to retrieve.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getHealthCheckId()
Constraints:
Length: 0 - 64
public void setHealthCheckId(String healthCheckId)
Constraints:
Length: 0 - 64
healthCheckId
- The ID of the health check to retrieve.public GetHealthCheckRequest withHealthCheckId(String healthCheckId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
healthCheckId
- The ID of the health check to retrieve.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.