@Generated(value="software.amazon.awssdk:codegen") public final class StatusReport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatusReport.Builder,StatusReport>
A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StatusReport.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StatusReport.Builder |
builder() |
Instant |
checkedTime()
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StatusReport.Builder> |
serializableBuilderClass() |
String |
status()
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health
checkers.
|
StatusReport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.
public final Instant checkedTime()
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For
example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.
2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751
UTC.public StatusReport.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StatusReport.Builder,StatusReport>public static StatusReport.Builder builder()
public static Class<? extends StatusReport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.