@Generated(value="software.amazon.awssdk:codegen") public final class EventTimeRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventTimeRange.Builder,EventTimeRange>
The time range during which an Amazon Web Services event occurred. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventTimeRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventTimeRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
fromTime()
The time when the event started.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventTimeRange.Builder> |
serializableBuilderClass() |
EventTimeRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
toTime()
The time when the event ended.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant fromTime()
The time when the event started.
public final Instant toTime()
The time when the event ended.
public EventTimeRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventTimeRange.Builder,EventTimeRange>public static EventTimeRange.Builder builder()
public static Class<? extends EventTimeRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.