@Generated(value="software.amazon.awssdk:codegen") public final class ExperimentConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentConfig.Builder,ExperimentConfig>
Configuration for the experiment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExperimentConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
experimentName()
The name of the experiment.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExperimentConfig.Builder> |
serializableBuilderClass() |
ExperimentConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trialComponentDisplayName()
Display name for the trial component.
|
String |
trialName()
The name of the trial.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String experimentName()
The name of the experiment.
public String trialName()
The name of the trial.
public String trialComponentDisplayName()
Display name for the trial component.
public ExperimentConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExperimentConfig.Builder,ExperimentConfig>public static ExperimentConfig.Builder builder()
public static Class<? extends ExperimentConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.