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