@Generated(value="software.amazon.awssdk:codegen") public final class GetHealthCheckLastFailureReasonRequest extends Route53Request implements ToCopyableBuilder<GetHealthCheckLastFailureReasonRequest.Builder,GetHealthCheckLastFailureReasonRequest>
A request for the reason that a health check failed most recently.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetHealthCheckLastFailureReasonRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetHealthCheckLastFailureReasonRequest.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 for which you want the last failure reason.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetHealthCheckLastFailureReasonRequest.Builder> |
serializableBuilderClass() |
GetHealthCheckLastFailureReasonRequest.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 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.
If you want to get the last failure reason for a calculated health check, you must use the Amazon Route 53
console or the CloudWatch console. You can't use GetHealthCheckLastFailureReason for a calculated
health check.
CreateHealthCheck returned the ID in the response, in the HealthCheckId
element.
If you want to get the last failure reason for a calculated health check, you must use the Amazon Route
53 console or the CloudWatch console. You can't use GetHealthCheckLastFailureReason for a
calculated health check.
public GetHealthCheckLastFailureReasonRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetHealthCheckLastFailureReasonRequest.Builder,GetHealthCheckLastFailureReasonRequest>toBuilder in class Route53Requestpublic static GetHealthCheckLastFailureReasonRequest.Builder builder()
public static Class<? extends GetHealthCheckLastFailureReasonRequest.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.