@Generated(value="software.amazon.awssdk:codegen") public final class GetHealthCheckStatusRequest extends Route53Request implements ToCopyableBuilder<GetHealthCheckStatusRequest.Builder,GetHealthCheckStatusRequest>
A request to get the status for a health check.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetHealthCheckStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetHealthCheckStatusRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
healthCheckId()
The ID for the health check that you want the current status for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetHealthCheckStatusRequest.Builder> |
serializableBuilderClass() |
GetHealthCheckStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<GetHealthCheckStatusRequest.Builder,GetHealthCheckStatusRequest>toBuilder in class Route53Requestpublic static GetHealthCheckStatusRequest.Builder builder()
public static Class<? extends GetHealthCheckStatusRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.