@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopLaunchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StopLaunchResult() |
| Modifier and Type | Method and Description |
|---|---|
StopLaunchResult |
clone() |
boolean |
equals(Object obj) |
Date |
getEndedTime()
The date and time that the launch stopped.
|
int |
hashCode() |
void |
setEndedTime(Date endedTime)
The date and time that the launch stopped.
|
String |
toString()
Returns a string representation of this object.
|
StopLaunchResult |
withEndedTime(Date endedTime)
The date and time that the launch stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEndedTime(Date endedTime)
The date and time that the launch stopped.
endedTime - The date and time that the launch stopped.public Date getEndedTime()
The date and time that the launch stopped.
public StopLaunchResult withEndedTime(Date endedTime)
The date and time that the launch stopped.
endedTime - The date and time that the launch stopped.public String toString()
toString in class ObjectObject.toString()public StopLaunchResult clone()