@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchOverrides extends Object implements Serializable, Cloneable, StructuredPojo
Options that apply when the app starts. These optiAons override default behavior.
Constructor and Description |
---|
LaunchOverrides() |
Modifier and Type | Method and Description |
---|---|
LaunchOverrides |
clone() |
boolean |
equals(Object obj) |
List<String> |
getLaunchCommands()
App launch commands and command line parameters that override the launch command configured in the simulation
schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLaunchCommands(Collection<String> launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation
schema.
|
String |
toString()
Returns a string representation of this object.
|
LaunchOverrides |
withLaunchCommands(Collection<String> launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation
schema.
|
LaunchOverrides |
withLaunchCommands(String... launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation
schema.
|
public List<String> getLaunchCommands()
App launch commands and command line parameters that override the launch command configured in the simulation schema.
public void setLaunchCommands(Collection<String> launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation schema.
launchCommands
- App launch commands and command line parameters that override the launch command configured in the
simulation schema.public LaunchOverrides withLaunchCommands(String... launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation schema.
NOTE: This method appends the values to the existing list (if any). Use
setLaunchCommands(java.util.Collection)
or withLaunchCommands(java.util.Collection)
if you want
to override the existing values.
launchCommands
- App launch commands and command line parameters that override the launch command configured in the
simulation schema.public LaunchOverrides withLaunchCommands(Collection<String> launchCommands)
App launch commands and command line parameters that override the launch command configured in the simulation schema.
launchCommands
- App launch commands and command line parameters that override the launch command configured in the
simulation schema.public String toString()
toString
in class Object
Object.toString()
public LaunchOverrides clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.