@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceGroupTimeline extends Object implements Serializable, Cloneable, StructuredPojo
The timeline of the instance group lifecycle.
Constructor and Description |
---|
InstanceGroupTimeline() |
Modifier and Type | Method and Description |
---|---|
InstanceGroupTimeline |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The creation date and time of the instance group.
|
Date |
getEndDateTime()
The date and time when the instance group terminated.
|
Date |
getReadyDateTime()
The date and time when the instance group became ready to perform tasks.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The creation date and time of the instance group.
|
void |
setEndDateTime(Date endDateTime)
The date and time when the instance group terminated.
|
void |
setReadyDateTime(Date readyDateTime)
The date and time when the instance group became ready to perform tasks.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InstanceGroupTimeline |
withCreationDateTime(Date creationDateTime)
The creation date and time of the instance group.
|
InstanceGroupTimeline |
withEndDateTime(Date endDateTime)
The date and time when the instance group terminated.
|
InstanceGroupTimeline |
withReadyDateTime(Date readyDateTime)
The date and time when the instance group became ready to perform tasks.
|
public void setCreationDateTime(Date creationDateTime)
The creation date and time of the instance group.
creationDateTime
- The creation date and time of the instance group.public Date getCreationDateTime()
The creation date and time of the instance group.
public InstanceGroupTimeline withCreationDateTime(Date creationDateTime)
The creation date and time of the instance group.
creationDateTime
- The creation date and time of the instance group.public void setReadyDateTime(Date readyDateTime)
The date and time when the instance group became ready to perform tasks.
readyDateTime
- The date and time when the instance group became ready to perform tasks.public Date getReadyDateTime()
The date and time when the instance group became ready to perform tasks.
public InstanceGroupTimeline withReadyDateTime(Date readyDateTime)
The date and time when the instance group became ready to perform tasks.
readyDateTime
- The date and time when the instance group became ready to perform tasks.public void setEndDateTime(Date endDateTime)
The date and time when the instance group terminated.
endDateTime
- The date and time when the instance group terminated.public Date getEndDateTime()
The date and time when the instance group terminated.
public InstanceGroupTimeline withEndDateTime(Date endDateTime)
The date and time when the instance group terminated.
endDateTime
- The date and time when the instance group terminated.public String toString()
toString
in class Object
Object.toString()
public InstanceGroupTimeline 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.