@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentApplicationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentApplicationConfig.Builder,DeploymentApplicationConfig>
Information about a deployment application configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
DeploymentApplicationConfig.Builder |
Modifier and Type | Method and Description |
---|---|
String |
application()
The application.
|
String |
applicationVersion()
The version of the application.
|
static DeploymentApplicationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DeploymentLaunchConfig |
launchConfig()
The launch configuration, usually
roslaunch . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentApplicationConfig.Builder> |
serializableBuilderClass() |
DeploymentApplicationConfig.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 application()
The application.
public String applicationVersion()
The version of the application.
public DeploymentLaunchConfig launchConfig()
The launch configuration, usually roslaunch
.
roslaunch
.public DeploymentApplicationConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeploymentApplicationConfig.Builder,DeploymentApplicationConfig>
public static DeploymentApplicationConfig.Builder builder()
public static Class<? extends DeploymentApplicationConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.