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