@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) |
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 |
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 |
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 luanch 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 luanch 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 luanch 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 luanch 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 luanch 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 luanch 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 luanch 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 luanch the component. It must have a graphical
user interface.public String toString()
toString
in class Object
Object.toString()
public LaunchConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.