@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentApplicationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about a deployment application configuration.
| Constructor and Description |
|---|
DeploymentApplicationConfig() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentApplicationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getApplication()
The application.
|
String |
getApplicationVersion()
The version of the application.
|
DeploymentLaunchConfig |
getLaunchConfig()
The launch configuration, usually
roslaunch. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplication(String application)
The application.
|
void |
setApplicationVersion(String applicationVersion)
The version of the application.
|
void |
setLaunchConfig(DeploymentLaunchConfig launchConfig)
The launch configuration, usually
roslaunch. |
String |
toString()
Returns a string representation of this object.
|
DeploymentApplicationConfig |
withApplication(String application)
The application.
|
DeploymentApplicationConfig |
withApplicationVersion(String applicationVersion)
The version of the application.
|
DeploymentApplicationConfig |
withLaunchConfig(DeploymentLaunchConfig launchConfig)
The launch configuration, usually
roslaunch. |
public void setApplication(String application)
The application.
application - The application.public String getApplication()
The application.
public DeploymentApplicationConfig withApplication(String application)
The application.
application - The application.public void setApplicationVersion(String applicationVersion)
The version of the application.
applicationVersion - The version of the application.public String getApplicationVersion()
The version of the application.
public DeploymentApplicationConfig withApplicationVersion(String applicationVersion)
The version of the application.
applicationVersion - The version of the application.public void setLaunchConfig(DeploymentLaunchConfig launchConfig)
The launch configuration, usually roslaunch.
launchConfig - The launch configuration, usually roslaunch.public DeploymentLaunchConfig getLaunchConfig()
The launch configuration, usually roslaunch.
roslaunch.public DeploymentApplicationConfig withLaunchConfig(DeploymentLaunchConfig launchConfig)
The launch configuration, usually roslaunch.
launchConfig - The launch configuration, usually roslaunch.public String toString()
toString in class ObjectObject.toString()public DeploymentApplicationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.