@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 Amazon Resource Name (ARN) of the robot application.
|
String |
applicationVersion()
The version of the application.
|
static DeploymentApplicationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DeploymentLaunchConfig |
launchConfig()
The launch configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentApplicationConfig.Builder> |
serializableBuilderClass() |
DeploymentApplicationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String application()
The Amazon Resource Name (ARN) of the robot application.
public String applicationVersion()
The version of the application.
public DeploymentLaunchConfig launchConfig()
The launch configuration.
public DeploymentApplicationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentApplicationConfig.Builder,DeploymentApplicationConfig>public static DeploymentApplicationConfig.Builder builder()
public static Class<? extends DeploymentApplicationConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.