@Generated(value="software.amazon.awssdk:codegen") public final class LaunchConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchConfig.Builder,LaunchConfig>
Information about a launch configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LaunchConfig.Builder |
builder() |
List<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. |
Map<String,String> |
environmentVariables()
The environment variables for the application launch.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCommand()
For responses, this returns true if the service returned a value for the Command property.
|
boolean |
hasEnvironmentVariables()
For responses, this returns true if the service returned a value for the EnvironmentVariables property.
|
int |
hashCode() |
String |
launchFile()
The launch file name.
|
String |
packageName()
The package name.
|
PortForwardingConfig |
portForwardingConfig()
The port forwarding configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchConfig.Builder> |
serializableBuilderClass() |
Boolean |
streamUI()
Boolean indicating whether a streaming session will be configured for the application.
|
LaunchConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String packageName()
The package name.
public final String launchFile()
The launch file name.
public final boolean hasEnvironmentVariables()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,String> environmentVariables()
The environment variables for the application launch.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEnvironmentVariables() method.
public final PortForwardingConfig portForwardingConfig()
The port forwarding configuration.
public final 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.
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 final boolean hasCommand()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCommand() method.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchConfig.Builder,LaunchConfig>public static LaunchConfig.Builder builder()
public static Class<? extends LaunchConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.