@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 String trialComponentName()
The name of the trial component.
public String trialComponentArn()
The Amazon Resource Name (ARN) of the trial component.
public TrialComponentSource trialComponentSource()
public Instant creationTime()
When the component was created.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.