@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about a launch configuration.
| Constructor and Description |
|---|
LaunchConfig() |
| Modifier and Type | Method and Description |
|---|---|
LaunchConfig |
addEnvironmentVariablesEntry(String key,
String value)
Add a single EnvironmentVariables entry
|
LaunchConfig |
clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
LaunchConfig |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCommand()
If you've specified
General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image. |
Map<String,String> |
getEnvironmentVariables()
The environment variables for the application launch.
|
String |
getLaunchFile()
The launch file name.
|
String |
getPackageName()
The package name.
|
PortForwardingConfig |
getPortForwardingConfig()
The port forwarding configuration.
|
Boolean |
getStreamUI()
Boolean indicating whether a streaming session will be configured for the application.
|
int |
hashCode() |
Boolean |
isStreamUI()
Boolean indicating whether a streaming session will be configured for the application.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCommand(Collection<String> command)
If you've specified
General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image. |
void |
setEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the application launch.
|
void |
setLaunchFile(String launchFile)
The launch file name.
|
void |
setPackageName(String packageName)
The package name.
|
void |
setPortForwardingConfig(PortForwardingConfig portForwardingConfig)
The port forwarding configuration.
|
void |
setStreamUI(Boolean streamUI)
Boolean indicating whether a streaming session will be configured for the application.
|
String |
toString()
Returns a string representation of this object.
|
LaunchConfig |
withCommand(Collection<String> command)
If you've specified
General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image. |
LaunchConfig |
withCommand(String... command)
If you've specified
General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image. |
LaunchConfig |
withEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the application launch.
|
LaunchConfig |
withLaunchFile(String launchFile)
The launch file name.
|
LaunchConfig |
withPackageName(String packageName)
The package name.
|
LaunchConfig |
withPortForwardingConfig(PortForwardingConfig portForwardingConfig)
The port forwarding configuration.
|
LaunchConfig |
withStreamUI(Boolean streamUI)
Boolean indicating whether a streaming session will be configured for the application.
|
public void setPackageName(String packageName)
The package name.
packageName - The package name.public String getPackageName()
The package name.
public LaunchConfig withPackageName(String packageName)
The package name.
packageName - The package name.public void setLaunchFile(String launchFile)
The launch file name.
launchFile - The launch file name.public String getLaunchFile()
The launch file name.
public LaunchConfig withLaunchFile(String launchFile)
The launch file name.
launchFile - The launch file name.public Map<String,String> getEnvironmentVariables()
The environment variables for the application launch.
public void setEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the application launch.
environmentVariables - The environment variables for the application launch.public LaunchConfig withEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the application launch.
environmentVariables - The environment variables for the application launch.public LaunchConfig addEnvironmentVariablesEntry(String key, String value)
public LaunchConfig clearEnvironmentVariablesEntries()
public void setPortForwardingConfig(PortForwardingConfig portForwardingConfig)
The port forwarding configuration.
portForwardingConfig - The port forwarding configuration.public PortForwardingConfig getPortForwardingConfig()
The port forwarding configuration.
public LaunchConfig withPortForwardingConfig(PortForwardingConfig portForwardingConfig)
The port forwarding configuration.
portForwardingConfig - The port forwarding configuration.public void setStreamUI(Boolean streamUI)
Boolean indicating whether a streaming session will be configured for the application. If True, AWS
RoboMaker will configure a connection so you can interact with your application as it is running in the
simulation. You must configure and launch the component. It must have a graphical user interface.
streamUI - Boolean indicating whether a streaming session will be configured for the application. If
True, AWS RoboMaker will configure a connection so you can interact with your application as
it is running in the simulation. You must configure and launch the component. It must have a graphical
user interface.public Boolean getStreamUI()
Boolean indicating whether a streaming session will be configured for the application. If True, AWS
RoboMaker will configure a connection so you can interact with your application as it is running in the
simulation. You must configure and launch the component. It must have a graphical user interface.
True, AWS RoboMaker will configure a connection so you can interact with your application as
it is running in the simulation. You must configure and launch the component. It must have a graphical
user interface.public LaunchConfig withStreamUI(Boolean streamUI)
Boolean indicating whether a streaming session will be configured for the application. If True, AWS
RoboMaker will configure a connection so you can interact with your application as it is running in the
simulation. You must configure and launch the component. It must have a graphical user interface.
streamUI - Boolean indicating whether a streaming session will be configured for the application. If
True, AWS RoboMaker will configure a connection so you can interact with your application as
it is running in the simulation. You must configure and launch the component. It must have a graphical
user interface.public Boolean isStreamUI()
Boolean indicating whether a streaming session will be configured for the application. If True, AWS
RoboMaker will configure a connection so you can interact with your application as it is running in the
simulation. You must configure and launch the component. It must have a graphical user interface.
True, AWS RoboMaker will configure a connection so you can interact with your application as
it is running in the simulation. You must configure and launch the component. It must have a graphical
user interface.public List<String> getCommand()
If you've specified General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image.
If you've specified SimulationRuntime as the value for your SimulationSoftwareSuite,
you can use this field to specify a list of commands for your container image.
General as the value for your RobotSoftwareSuite, you can
use this field to specify a list of commands for your container image.
If you've specified SimulationRuntime as the value for your
SimulationSoftwareSuite, you can use this field to specify a list of commands for your
container image.
public void setCommand(Collection<String> command)
If you've specified General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image.
If you've specified SimulationRuntime as the value for your SimulationSoftwareSuite,
you can use this field to specify a list of commands for your container image.
command - If you've specified General as the value for your RobotSoftwareSuite, you can
use this field to specify a list of commands for your container image.
If you've specified SimulationRuntime as the value for your
SimulationSoftwareSuite, you can use this field to specify a list of commands for your
container image.
public LaunchConfig withCommand(String... command)
If you've specified General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image.
If you've specified SimulationRuntime as the value for your SimulationSoftwareSuite,
you can use this field to specify a list of commands for your container image.
NOTE: This method appends the values to the existing list (if any). Use
setCommand(java.util.Collection) or withCommand(java.util.Collection) if you want to override
the existing values.
command - If you've specified General as the value for your RobotSoftwareSuite, you can
use this field to specify a list of commands for your container image.
If you've specified SimulationRuntime as the value for your
SimulationSoftwareSuite, you can use this field to specify a list of commands for your
container image.
public LaunchConfig withCommand(Collection<String> command)
If you've specified General as the value for your RobotSoftwareSuite, you can use this
field to specify a list of commands for your container image.
If you've specified SimulationRuntime as the value for your SimulationSoftwareSuite,
you can use this field to specify a list of commands for your container image.
command - If you've specified General as the value for your RobotSoftwareSuite, you can
use this field to specify a list of commands for your container image.
If you've specified SimulationRuntime as the value for your
SimulationSoftwareSuite, you can use this field to specify a list of commands for your
container image.
public String toString()
toString in class ObjectObject.toString()public LaunchConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.