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