@Generated(value="software.amazon.awssdk:codegen") public final class CanaryRunTimeline extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CanaryRunTimeline.Builder,CanaryRunTimeline>
This structure contains the start and end times of a single canary run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CanaryRunTimeline.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CanaryRunTimeline.Builder |
builder() |
Instant |
completed()
The end time of the run.
|
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 CanaryRunTimeline.Builder> |
serializableBuilderClass() |
Instant |
started()
The start time of the run.
|
CanaryRunTimeline.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant started()
The start time of the run.
public final Instant completed()
The end time of the run.
public CanaryRunTimeline.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CanaryRunTimeline.Builder,CanaryRunTimeline>public static CanaryRunTimeline.Builder builder()
public static Class<? extends CanaryRunTimeline.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.