@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperimentConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for the experiment.
| Constructor and Description |
|---|
ExperimentConfig() |
| Modifier and Type | Method and Description |
|---|---|
ExperimentConfig |
clone() |
boolean |
equals(Object obj) |
String |
getExperimentName()
The name of the experiment.
|
String |
getTrialComponentDisplayName()
Display name for the trial component.
|
String |
getTrialName()
The name of the trial.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExperimentName(String experimentName)
The name of the experiment.
|
void |
setTrialComponentDisplayName(String trialComponentDisplayName)
Display name for the trial component.
|
void |
setTrialName(String trialName)
The name of the trial.
|
String |
toString()
Returns a string representation of this object.
|
ExperimentConfig |
withExperimentName(String experimentName)
The name of the experiment.
|
ExperimentConfig |
withTrialComponentDisplayName(String trialComponentDisplayName)
Display name for the trial component.
|
ExperimentConfig |
withTrialName(String trialName)
The name of the trial.
|
public void setExperimentName(String experimentName)
The name of the experiment.
experimentName - The name of the experiment.public String getExperimentName()
The name of the experiment.
public ExperimentConfig withExperimentName(String experimentName)
The name of the experiment.
experimentName - The name of the experiment.public void setTrialName(String trialName)
The name of the trial.
trialName - The name of the trial.public String getTrialName()
The name of the trial.
public ExperimentConfig withTrialName(String trialName)
The name of the trial.
trialName - The name of the trial.public void setTrialComponentDisplayName(String trialComponentDisplayName)
Display name for the trial component.
trialComponentDisplayName - Display name for the trial component.public String getTrialComponentDisplayName()
Display name for the trial component.
public ExperimentConfig withTrialComponentDisplayName(String trialComponentDisplayName)
Display name for the trial component.
trialComponentDisplayName - Display name for the trial component.public String toString()
toString in class ObjectObject.toString()public ExperimentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.