@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() |
Map<String,String> |
environmentVariables()
The environment variables for the application launch.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
launchFile()
The launch file.
|
String |
packageName()
The package name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchConfig.Builder> |
serializableBuilderClass() |
LaunchConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String packageName()
The package name.
public String launchFile()
The launch file.
public 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.
public LaunchConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LaunchConfig.Builder,LaunchConfig>
public static LaunchConfig.Builder builder()
public static Class<? extends LaunchConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.