@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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public LaunchConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.