@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineExperimentConfig extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the names of the experiment and trial created by a pipeline.
| Constructor and Description |
|---|
PipelineExperimentConfig() |
| Modifier and Type | Method and Description |
|---|---|
PipelineExperimentConfig |
clone() |
boolean |
equals(Object obj) |
String |
getExperimentName()
The name of the experiment.
|
String |
getTrialName()
The name of the trial.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExperimentName(String experimentName)
The name of the experiment.
|
void |
setTrialName(String trialName)
The name of the trial.
|
String |
toString()
Returns a string representation of this object.
|
PipelineExperimentConfig |
withExperimentName(String experimentName)
The name of the experiment.
|
PipelineExperimentConfig |
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 PipelineExperimentConfig 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 PipelineExperimentConfig withTrialName(String trialName)
The name of the trial.
trialName - The name of the trial.public String toString()
toString in class ObjectObject.toString()public PipelineExperimentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.