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()
Creates a shallow clone of this request.
|
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.
|
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 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 Object
Object.toString()
public GetHealthCheckLastFailureReasonRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.