@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopExperimentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StopExperimentResult () |
| Modifier and Type | Method and Description |
|---|---|
StopExperimentResult |
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.
|
StopExperimentResult |
withExperiment (Experiment experiment)
Information about the experiment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public StopExperimentResult()
public void setExperiment(Experiment experiment)
Information about the experiment.
experiment - Information about the experiment.public Experiment getExperiment()
Information about the experiment.
public StopExperimentResult withExperiment(Experiment experiment)
Information about the experiment.
experiment - Information about the experiment.public String toString()
toString in class Object Object.toString() public StopExperimentResult clone()