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