@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperimentExecution extends Object implements Serializable, Cloneable, StructuredPojo
This structure contains the date and time that the experiment started and ended.
Constructor and Description |
---|
ExperimentExecution() |
Modifier and Type | Method and Description |
---|---|
ExperimentExecution |
clone() |
boolean |
equals(Object obj) |
Date |
getEndedTime()
The date and time that the experiment ended.
|
Date |
getStartedTime()
The date and time that the experiment started.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndedTime(Date endedTime)
The date and time that the experiment ended.
|
void |
setStartedTime(Date startedTime)
The date and time that the experiment started.
|
String |
toString()
Returns a string representation of this object.
|
ExperimentExecution |
withEndedTime(Date endedTime)
The date and time that the experiment ended.
|
ExperimentExecution |
withStartedTime(Date startedTime)
The date and time that the experiment started.
|
public void setEndedTime(Date endedTime)
The date and time that the experiment ended.
endedTime
- The date and time that the experiment ended.public Date getEndedTime()
The date and time that the experiment ended.
public ExperimentExecution withEndedTime(Date endedTime)
The date and time that the experiment ended.
endedTime
- The date and time that the experiment ended.public void setStartedTime(Date startedTime)
The date and time that the experiment started.
startedTime
- The date and time that the experiment started.public Date getStartedTime()
The date and time that the experiment started.
public ExperimentExecution withStartedTime(Date startedTime)
The date and time that the experiment started.
startedTime
- The date and time that the experiment started.public String toString()
toString
in class Object
Object.toString()
public ExperimentExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.