@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetHealthCheckStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains information about the request to get health check status for a health check.
NOOP
Constructor and Description |
---|
GetHealthCheckStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetHealthCheckStatusRequest |
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 current status.
|
int |
hashCode() |
void |
setHealthCheckId(String healthCheckId)
The ID for the health check for which you want the current status.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetHealthCheckStatusRequest |
withHealthCheckId(String healthCheckId)
The ID for the health check for which you want the current status.
|
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 ID for the health check for which you want the current status. When you created the health check,
CreateHealthCheck
returned the ID in the response, in the HealthCheckId
element.
If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or the
CloudWatch console. You can't use GetHealthCheckStatus
to get the status of a calculated health
check.
healthCheckId
- The ID for the health check for which you want the current status. When you created the health check,
CreateHealthCheck
returned the ID in the response, in the HealthCheckId
element.
If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or
the CloudWatch console. You can't use GetHealthCheckStatus
to get the status of a calculated
health check.
public String getHealthCheckId()
The ID for the health check for which you want the current status. When you created the health check,
CreateHealthCheck
returned the ID in the response, in the HealthCheckId
element.
If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or the
CloudWatch console. You can't use GetHealthCheckStatus
to get the status of a calculated health
check.
CreateHealthCheck
returned the ID in the response, in the HealthCheckId
element.
If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or
the CloudWatch console. You can't use GetHealthCheckStatus
to get the status of a calculated
health check.
public GetHealthCheckStatusRequest withHealthCheckId(String healthCheckId)
The ID for the health check for which you want the current status. When you created the health check,
CreateHealthCheck
returned the ID in the response, in the HealthCheckId
element.
If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or the
CloudWatch console. You can't use GetHealthCheckStatus
to get the status of a calculated health
check.
healthCheckId
- The ID for the health check for which you want the current status. When you created the health check,
CreateHealthCheck
returned the ID in the response, in the HealthCheckId
element.
If you want to check the status of a calculated health check, you must use the Amazon Route 53 console or
the CloudWatch console. You can't use GetHealthCheckStatus
to get the status of a calculated
health check.
public String toString()
toString
in class Object
Object.toString()
public GetHealthCheckStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.