@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartExperimentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartExperimentResult() |
| Modifier and Type | Method and Description |
|---|---|
StartExperimentResult |
clone() |
boolean |
equals(Object obj) |
Date |
getStartedTime()
A timestamp that indicates when the experiment started.
|
int |
hashCode() |
void |
setStartedTime(Date startedTime)
A timestamp that indicates when the experiment started.
|
String |
toString()
Returns a string representation of this object.
|
StartExperimentResult |
withStartedTime(Date startedTime)
A timestamp that indicates when the experiment started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStartedTime(Date startedTime)
A timestamp that indicates when the experiment started.
startedTime - A timestamp that indicates when the experiment started.public Date getStartedTime()
A timestamp that indicates when the experiment started.
public StartExperimentResult withStartedTime(Date startedTime)
A timestamp that indicates when the experiment started.
startedTime - A timestamp that indicates when the experiment started.public String toString()
toString in class ObjectObject.toString()public StartExperimentResult clone()