@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()
Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 String packageName()
The package name.
public String preLaunchFile()
The deployment pre-launch file. This file will be executed prior to the launch file.
public String launchFile()
The launch file name.
public String postLaunchFile()
The deployment post-launch file. This file will be executed after the launch file.
public boolean hasEnvironmentVariables()
public 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.
You can use hasEnvironmentVariables() to see if a value was sent in this field.
public DeploymentLaunchConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentLaunchConfig.Builder,DeploymentLaunchConfig>public static DeploymentLaunchConfig.Builder builder()
public static Class<? extends DeploymentLaunchConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.