public class GetHealthCheckLastFailureReasonRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
This action gets the reason that a specified health check failed most recently.
To get the reason for the last failure of a health check, send a GET request to the /2013-04-01/healthcheck/health check ID/lastfailurereason resource.
For information about viewing the last failure reason for a health check using the Amazon Route 53 console, see Viewing Health Check Status and the Reason for Health Check Failures in the Amazon Route 53 Developer Guide.
NOOP| Constructor and Description |
|---|
GetHealthCheckLastFailureReasonRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetHealthCheckLastFailureReasonRequest |
clone() |
boolean |
equals(Object obj) |
String |
getHealthCheckId()
The ID for the health check for which you want the last failure reason.
|
int |
hashCode() |
void |
setHealthCheckId(String healthCheckId)
The ID for the health check for which you want the last failure reason.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetHealthCheckLastFailureReasonRequest |
withHealthCheckId(String healthCheckId)
The ID for the health check for which you want the last failure reason.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetHealthCheckLastFailureReasonRequest()
public void setHealthCheckId(String healthCheckId)
The ID for the health check for which you want the last failure reason. When you created the health check,
CreateHealthCheck returned the ID in the response, in the HealthCheckId element.
healthCheckId - The ID for the health check for which you want the last failure reason. When you created the health check,
CreateHealthCheck returned the ID in the response, in the HealthCheckId element.public String getHealthCheckId()
The ID for the health check for which you want the last failure reason. When you created the health check,
CreateHealthCheck returned the ID in the response, in the HealthCheckId element.
CreateHealthCheck returned the ID in the response, in the HealthCheckId
element.public GetHealthCheckLastFailureReasonRequest withHealthCheckId(String healthCheckId)
The ID for the health check for which you want the last failure reason. When you created the health check,
CreateHealthCheck returned the ID in the response, in the HealthCheckId element.
healthCheckId - The ID for the health check for which you want the last failure reason. When you created the health check,
CreateHealthCheck returned the ID in the response, in the HealthCheckId element.public String toString()
toString in class ObjectObject.toString()public GetHealthCheckLastFailureReasonRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.