@Generated(value="software.amazon.awssdk:codegen") public final class ExperimentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentSummary.Builder,ExperimentSummary>
A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment
API and provide the ExperimentName.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExperimentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentSummary.Builder |
builder() |
Instant |
creationTime()
When the experiment was created.
|
String |
displayName()
The name of the experiment as displayed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
experimentArn()
The Amazon Resource Name (ARN) of the experiment.
|
String |
experimentName()
The name of the experiment.
|
ExperimentSource |
experimentSource()
Returns the value of the ExperimentSource property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
When the experiment was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExperimentSummary.Builder> |
serializableBuilderClass() |
ExperimentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String experimentArn()
The Amazon Resource Name (ARN) of the experiment.
public final String experimentName()
The name of the experiment.
public final String displayName()
The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName
is displayed.
DisplayName isn't specified,
ExperimentName is displayed.public final ExperimentSource experimentSource()
public final Instant creationTime()
When the experiment was created.
public final Instant lastModifiedTime()
When the experiment was last modified.
public ExperimentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExperimentSummary.Builder,ExperimentSummary>public static ExperimentSummary.Builder builder()
public static Class<? extends ExperimentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.