@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public StopExperimentResult clone()