public class GetHealthCheckRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
This action gets information about a specified health check.
Send a GET
request to the /Amazon Route 53 API version/gethealthcheckrequest
resource.
For information about getting information about a health check using the Amazon Route 53 console, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.
NOOP
Constructor and Description |
---|
GetHealthCheckRequest() |
Modifier and Type | Method and Description |
---|---|
GetHealthCheckRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getHealthCheckId()
The identifier that Amazon Route 53 assigned to the health check when you created it.
|
int |
hashCode() |
void |
setHealthCheckId(String healthCheckId)
The identifier that Amazon Route 53 assigned to the health check when you created it.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetHealthCheckRequest |
withHealthCheckId(String healthCheckId)
The identifier that Amazon Route 53 assigned to the health check when you created it.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setHealthCheckId(String healthCheckId)
The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.
healthCheckId
- The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or
update a resource record set, you use this value to specify which health check to use. The value can be up
to 64 characters long.public String getHealthCheckId()
The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.
public GetHealthCheckRequest withHealthCheckId(String healthCheckId)
The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.
healthCheckId
- The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or
update a resource record set, you use this value to specify which health check to use. The value can be up
to 64 characters long.public String toString()
toString
in class Object
Object.toString()
public GetHealthCheckRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.