@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) |
Date |
getEndedTime()
The date and time that the experiment stopped.
|
int |
hashCode() |
void |
setEndedTime(Date endedTime)
The date and time that the experiment stopped.
|
String |
toString()
Returns a string representation of this object.
|
StopExperimentResult |
withEndedTime(Date endedTime)
The date and time that the experiment stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEndedTime(Date endedTime)
The date and time that the experiment stopped.
endedTime - The date and time that the experiment stopped.public Date getEndedTime()
The date and time that the experiment stopped.
public StopExperimentResult withEndedTime(Date endedTime)
The date and time that the experiment stopped.
endedTime - The date and time that the experiment stopped.public String toString()
toString in class ObjectObject.toString()public StopExperimentResult clone()