@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetHealthCheckStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to get the status for a health check.
NOOP
Constructor and Description |
---|
GetHealthCheckStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetHealthCheckStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHealthCheckId()
The ID for the health check that you want the current status for.
|
int |
hashCode() |
void |
setHealthCheckId(String healthCheckId)
The ID for the health check that you want the current status for.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetHealthCheckStatusRequest |
withHealthCheckId(String healthCheckId)
The ID for the health check that you want the current status for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setHealthCheckId(String healthCheckId)
The ID for the health check that you want the current status for. 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 that you want the current status for. 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 that you want the current status for. 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 that you want the current status for. 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 that you want the current status for. 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.