Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetHealthCheckStatusRequest.Builder,GetHealthCheckStatusRequest>
@Generated("software.amazon.awssdk:codegen") public class GetHealthCheckStatusRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetHealthCheckStatusRequest.Builder,GetHealthCheckStatusRequest>
A request to get the status for a health check.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetHealthCheckStatusRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetHealthCheckStatusRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
healthCheckId() |
The ID for the health check that you want the current status for.
|
static Class<? extends GetHealthCheckStatusRequest.Builder> |
serializableBuilderClass() |
|
GetHealthCheckStatusRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetHealthCheckStatusRequest.Builder,GetHealthCheckStatusRequest>
public static GetHealthCheckStatusRequest.Builder builder()
public static Class<? extends GetHealthCheckStatusRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.