@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the latest launch of an application.
| Constructor and Description |
|---|
LaunchDetails() |
| Modifier and Type | Method and Description |
|---|---|
LaunchDetails |
clone() |
boolean |
equals(Object obj) |
Date |
getLatestLaunchTime()
Latest time this application was launched successfully.
|
String |
getStackId()
Identifier of the latest stack launched for this application.
|
String |
getStackName()
Name of the latest stack launched for this application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLatestLaunchTime(Date latestLaunchTime)
Latest time this application was launched successfully.
|
void |
setStackId(String stackId)
Identifier of the latest stack launched for this application.
|
void |
setStackName(String stackName)
Name of the latest stack launched for this application.
|
String |
toString()
Returns a string representation of this object.
|
LaunchDetails |
withLatestLaunchTime(Date latestLaunchTime)
Latest time this application was launched successfully.
|
LaunchDetails |
withStackId(String stackId)
Identifier of the latest stack launched for this application.
|
LaunchDetails |
withStackName(String stackName)
Name of the latest stack launched for this application.
|
public void setLatestLaunchTime(Date latestLaunchTime)
Latest time this application was launched successfully.
latestLaunchTime - Latest time this application was launched successfully.public Date getLatestLaunchTime()
Latest time this application was launched successfully.
public LaunchDetails withLatestLaunchTime(Date latestLaunchTime)
Latest time this application was launched successfully.
latestLaunchTime - Latest time this application was launched successfully.public void setStackName(String stackName)
Name of the latest stack launched for this application.
stackName - Name of the latest stack launched for this application.public String getStackName()
Name of the latest stack launched for this application.
public LaunchDetails withStackName(String stackName)
Name of the latest stack launched for this application.
stackName - Name of the latest stack launched for this application.public void setStackId(String stackId)
Identifier of the latest stack launched for this application.
stackId - Identifier of the latest stack launched for this application.public String getStackId()
Identifier of the latest stack launched for this application.
public LaunchDetails withStackId(String stackId)
Identifier of the latest stack launched for this application.
stackId - Identifier of the latest stack launched for this application.public String toString()
toString in class ObjectObject.toString()public LaunchDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.