@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LifeCycleLastLaunch extends Object implements Serializable, Cloneable, StructuredPojo
An object containing information regarding the last launch of a Source Server.
Constructor and Description |
---|
LifeCycleLastLaunch() |
Modifier and Type | Method and Description |
---|---|
LifeCycleLastLaunch |
clone() |
boolean |
equals(Object obj) |
LifeCycleLastLaunchInitiated |
getInitiated()
An object containing information regarding the initiation of the last launch of a Source Server.
|
String |
getStatus()
Status of Source Server's last launch.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInitiated(LifeCycleLastLaunchInitiated initiated)
An object containing information regarding the initiation of the last launch of a Source Server.
|
void |
setStatus(String status)
Status of Source Server's last launch.
|
String |
toString()
Returns a string representation of this object.
|
LifeCycleLastLaunch |
withInitiated(LifeCycleLastLaunchInitiated initiated)
An object containing information regarding the initiation of the last launch of a Source Server.
|
LifeCycleLastLaunch |
withStatus(LaunchStatus status)
Status of Source Server's last launch.
|
LifeCycleLastLaunch |
withStatus(String status)
Status of Source Server's last launch.
|
public void setInitiated(LifeCycleLastLaunchInitiated initiated)
An object containing information regarding the initiation of the last launch of a Source Server.
initiated
- An object containing information regarding the initiation of the last launch of a Source Server.public LifeCycleLastLaunchInitiated getInitiated()
An object containing information regarding the initiation of the last launch of a Source Server.
public LifeCycleLastLaunch withInitiated(LifeCycleLastLaunchInitiated initiated)
An object containing information regarding the initiation of the last launch of a Source Server.
initiated
- An object containing information regarding the initiation of the last launch of a Source Server.public void setStatus(String status)
Status of Source Server's last launch.
status
- Status of Source Server's last launch.LaunchStatus
public String getStatus()
Status of Source Server's last launch.
LaunchStatus
public LifeCycleLastLaunch withStatus(String status)
Status of Source Server's last launch.
status
- Status of Source Server's last launch.LaunchStatus
public LifeCycleLastLaunch withStatus(LaunchStatus status)
Status of Source Server's last launch.
status
- Status of Source Server's last launch.LaunchStatus
public String toString()
toString
in class Object
Object.toString()
public LifeCycleLastLaunch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.