@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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInitiated(LifeCycleLastLaunchInitiated initiated)
An object containing information regarding the initiation of the last launch of a Source Server.
|
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.
|
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 String toString()
toString in class ObjectObject.toString()public LifeCycleLastLaunch clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.