@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 name.
|
String |
getPackageName()
The package name.
|
PortForwardingConfig |
getPortForwardingConfig()
The port forwarding configuration.
|
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 name.
|
void |
setPackageName(String packageName)
The package name.
|
void |
setPortForwardingConfig(PortForwardingConfig portForwardingConfig)
The port forwarding configuration.
|
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 name.
|
LaunchConfig |
withPackageName(String packageName)
The package name.
|
LaunchConfig |
withPortForwardingConfig(PortForwardingConfig portForwardingConfig)
The port forwarding configuration.
|
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 name.
launchFile - The launch file name.public String getLaunchFile()
The launch file name.
public LaunchConfig withLaunchFile(String launchFile)
The launch file name.
launchFile - The launch file name.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 void setPortForwardingConfig(PortForwardingConfig portForwardingConfig)
The port forwarding configuration.
portForwardingConfig - The port forwarding configuration.public PortForwardingConfig getPortForwardingConfig()
The port forwarding configuration.
public LaunchConfig withPortForwardingConfig(PortForwardingConfig portForwardingConfig)
The port forwarding configuration.
portForwardingConfig - The port forwarding configuration.public String toString()
toString in class ObjectObject.toString()public LaunchConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.