@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartExperimentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| StartExperimentResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartExperimentResult | clone() | 
| boolean | equals(Object obj) | 
| Experiment | getExperiment()
 Information about the experiment. | 
| int | hashCode() | 
| void | setExperiment(Experiment experiment)
 Information about the experiment. | 
| String | toString()Returns a string representation of this object. | 
| StartExperimentResult | withExperiment(Experiment experiment)
 Information about the experiment. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setExperiment(Experiment experiment)
Information about the experiment.
experiment - Information about the experiment.public Experiment getExperiment()
Information about the experiment.
public StartExperimentResult withExperiment(Experiment experiment)
Information about the experiment.
experiment - Information about the experiment.public String toString()
toString in class ObjectObject.toString()public StartExperimentResult clone()