@Generated(value="software.amazon.awssdk:codegen") public final class ExperimentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentSummary.Builder,ExperimentSummary>
Provides a summary of an experiment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExperimentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentSummary.Builder |
builder() |
Instant |
creationTime()
The time that the experiment was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
experimentTemplateId()
The ID of the experiment template.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
id()
The ID of the experiment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExperimentSummary.Builder> |
serializableBuilderClass() |
ExperimentState |
state()
The state of the experiment.
|
Map<String,String> |
tags()
The tags for the experiment.
|
ExperimentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the experiment.
public final String experimentTemplateId()
The ID of the experiment template.
public final ExperimentState state()
The state of the experiment.
public final Instant creationTime()
The time that the experiment was created.
public final boolean hasTags()
public final Map<String,String> tags()
The tags for the experiment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
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 © 2021. All rights reserved.