@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentLaunchConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentLaunchConfig.Builder,DeploymentLaunchConfig>
Configuration information for a deployment launch.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentLaunchConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentLaunchConfig.Builder |
builder() |
Map<String,String> |
environmentVariables()
An array of key/value pairs specifying environment variables for the robot application
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
String |
postLaunchFile()
The deployment post-launch file.
|
String |
preLaunchFile()
The deployment pre-launch file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentLaunchConfig.Builder> |
serializableBuilderClass() |
DeploymentLaunchConfig.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 preLaunchFile()
The deployment pre-launch file. This file will be executed prior to the launch file.
public final String launchFile()
The launch file name.
public final String postLaunchFile()
The deployment post-launch file. This file will be executed after the launch file.
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()
An array of key/value pairs specifying environment variables for the robot application
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 DeploymentLaunchConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentLaunchConfig.Builder,DeploymentLaunchConfig>public static DeploymentLaunchConfig.Builder builder()
public static Class<? extends DeploymentLaunchConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.