@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StepTimeline extends Object implements Serializable, Cloneable, StructuredPojo
The timeline of the cluster step lifecycle.
Constructor and Description |
---|
StepTimeline() |
Modifier and Type | Method and Description |
---|---|
StepTimeline |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time when the cluster step was created.
|
Date |
getEndDateTime()
The date and time when the cluster step execution completed or failed.
|
Date |
getStartDateTime()
The date and time when the cluster step execution started.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.
|
void |
setEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.
|
void |
setStartDateTime(Date startDateTime)
The date and time when the cluster step execution started.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StepTimeline |
withCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.
|
StepTimeline |
withEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.
|
StepTimeline |
withStartDateTime(Date startDateTime)
The date and time when the cluster step execution started.
|
public void setCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.
creationDateTime
- The date and time when the cluster step was created.public Date getCreationDateTime()
The date and time when the cluster step was created.
public StepTimeline withCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.
creationDateTime
- The date and time when the cluster step was created.public void setStartDateTime(Date startDateTime)
The date and time when the cluster step execution started.
startDateTime
- The date and time when the cluster step execution started.public Date getStartDateTime()
The date and time when the cluster step execution started.
public StepTimeline withStartDateTime(Date startDateTime)
The date and time when the cluster step execution started.
startDateTime
- The date and time when the cluster step execution started.public void setEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.
endDateTime
- The date and time when the cluster step execution completed or failed.public Date getEndDateTime()
The date and time when the cluster step execution completed or failed.
public StepTimeline withEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.
endDateTime
- The date and time when the cluster step execution completed or failed.public String toString()
toString
in class Object
Object.toString()
public StepTimeline clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.