@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LifeCycleLastLaunchInitiated extends Object implements Serializable, Cloneable, StructuredPojo
An object containing information regarding the initiation of the last launch of a Source Server.
Constructor and Description |
---|
LifeCycleLastLaunchInitiated() |
Modifier and Type | Method and Description |
---|---|
LifeCycleLastLaunchInitiated |
clone() |
boolean |
equals(Object obj) |
String |
getApiCallDateTime()
The date and time the last Source Server launch was initiated.
|
String |
getJobID()
The ID of the Job that was used to last launch the Source Server.
|
String |
getType()
The Job type that was used to last launch the Source Server.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApiCallDateTime(String apiCallDateTime)
The date and time the last Source Server launch was initiated.
|
void |
setJobID(String jobID)
The ID of the Job that was used to last launch the Source Server.
|
void |
setType(String type)
The Job type that was used to last launch the Source Server.
|
String |
toString()
Returns a string representation of this object.
|
LifeCycleLastLaunchInitiated |
withApiCallDateTime(String apiCallDateTime)
The date and time the last Source Server launch was initiated.
|
LifeCycleLastLaunchInitiated |
withJobID(String jobID)
The ID of the Job that was used to last launch the Source Server.
|
LifeCycleLastLaunchInitiated |
withType(LastLaunchType type)
The Job type that was used to last launch the Source Server.
|
LifeCycleLastLaunchInitiated |
withType(String type)
The Job type that was used to last launch the Source Server.
|
public void setApiCallDateTime(String apiCallDateTime)
The date and time the last Source Server launch was initiated.
apiCallDateTime
- The date and time the last Source Server launch was initiated.public String getApiCallDateTime()
The date and time the last Source Server launch was initiated.
public LifeCycleLastLaunchInitiated withApiCallDateTime(String apiCallDateTime)
The date and time the last Source Server launch was initiated.
apiCallDateTime
- The date and time the last Source Server launch was initiated.public void setJobID(String jobID)
The ID of the Job that was used to last launch the Source Server.
jobID
- The ID of the Job that was used to last launch the Source Server.public String getJobID()
The ID of the Job that was used to last launch the Source Server.
public LifeCycleLastLaunchInitiated withJobID(String jobID)
The ID of the Job that was used to last launch the Source Server.
jobID
- The ID of the Job that was used to last launch the Source Server.public void setType(String type)
The Job type that was used to last launch the Source Server.
type
- The Job type that was used to last launch the Source Server.LastLaunchType
public String getType()
The Job type that was used to last launch the Source Server.
LastLaunchType
public LifeCycleLastLaunchInitiated withType(String type)
The Job type that was used to last launch the Source Server.
type
- The Job type that was used to last launch the Source Server.LastLaunchType
public LifeCycleLastLaunchInitiated withType(LastLaunchType type)
The Job type that was used to last launch the Source Server.
type
- The Job type that was used to last launch the Source Server.LastLaunchType
public String toString()
toString
in class Object
Object.toString()
public LifeCycleLastLaunchInitiated clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.