@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Parent extends Object implements Serializable, Cloneable, StructuredPojo
The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.
Constructor and Description |
---|
Parent() |
Modifier and Type | Method and Description |
---|---|
Parent |
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.
|
Parent |
withExperimentName(String experimentName)
The name of the experiment.
|
Parent |
withTrialName(String trialName)
The name of the trial.
|
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 Parent withTrialName(String trialName)
The name of the trial.
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 Parent withExperimentName(String experimentName)
The name of the experiment.
experimentName
- The name of the experiment.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.