@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) |
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.
|
String |
getPackageName()
The package name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the application launch.
|
void |
setLaunchFile(String launchFile)
The launch file.
|
void |
setPackageName(String packageName)
The package name.
|
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.
|
LaunchConfig |
withPackageName(String packageName)
The package name.
|
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.
launchFile - The launch file.public String getLaunchFile()
The launch file.
public LaunchConfig withLaunchFile(String launchFile)
The launch file.
launchFile - The launch file.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 String toString()
toString in class ObjectObject.toString()public LaunchConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.