@Generated(value="software.amazon.awssdk:codegen") public final class TrialComponentSimpleSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrialComponentSimpleSummary.Builder,TrialComponentSimpleSummary>
A short summary of a trial component.
Modifier and Type | Class and Description |
---|---|
static interface |
TrialComponentSimpleSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static TrialComponentSimpleSummary.Builder |
builder() |
UserContext |
createdBy()
Returns the value of the CreatedBy property for this object.
|
Instant |
creationTime()
When the component was created.
|
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 TrialComponentSimpleSummary.Builder> |
serializableBuilderClass() |
TrialComponentSimpleSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trialComponentArn()
The Amazon Resource Name (ARN) of the trial component.
|
String |
trialComponentName()
The name of the trial component.
|
TrialComponentSource |
trialComponentSource()
Returns the value of the TrialComponentSource property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String trialComponentName()
The name of the trial component.
public final String trialComponentArn()
The Amazon Resource Name (ARN) of the trial component.
public final TrialComponentSource trialComponentSource()
public final Instant creationTime()
When the component was created.
public final UserContext createdBy()
public TrialComponentSimpleSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TrialComponentSimpleSummary.Builder,TrialComponentSimpleSummary>
public static TrialComponentSimpleSummary.Builder builder()
public static Class<? extends TrialComponentSimpleSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.