@Generated(value="software.amazon.awssdk:codegen") public final class ListHealthEventsRequest extends InternetMonitorRequest implements ToCopyableBuilder<ListHealthEventsRequest.Builder,ListHealthEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListHealthEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListHealthEventsRequest.Builder |
builder() |
Instant |
endTime()
The time when a health event ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
HealthEventStatus |
eventStatus()
The status of a health event.
|
String |
eventStatusAsString()
The status of a health event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of health event objects that you want to return with this call.
|
String |
monitorName()
The name of the monitor.
|
String |
nextToken()
The token for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListHealthEventsRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time when a health event started.
|
ListHealthEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String monitorName()
The name of the monitor.
public final Instant startTime()
The time when a health event started.
public final Instant endTime()
The time when a health event ended. If the health event is still ongoing, then the end time is not set.
public final String nextToken()
The token for the next set of results. You receive this token from a previous call.
public final Integer maxResults()
The number of health event objects that you want to return with this call.
public final HealthEventStatus eventStatus()
The status of a health event.
If the service returns an enum value that is not available in the current SDK version, eventStatus will
return HealthEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventStatusAsString().
HealthEventStatuspublic final String eventStatusAsString()
The status of a health event.
If the service returns an enum value that is not available in the current SDK version, eventStatus will
return HealthEventStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventStatusAsString().
HealthEventStatuspublic ListHealthEventsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListHealthEventsRequest.Builder,ListHealthEventsRequest>toBuilder in class InternetMonitorRequestpublic static ListHealthEventsRequest.Builder builder()
public static Class<? extends ListHealthEventsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.