Class DeploymentApplicationConfig
- java.lang.Object
-
- software.amazon.awssdk.services.robomaker.model.DeploymentApplicationConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeploymentApplicationConfig.Builder,DeploymentApplicationConfig>
@Generated("software.amazon.awssdk:codegen") public final class DeploymentApplicationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentApplicationConfig.Builder,DeploymentApplicationConfig>
Information about a deployment application configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeploymentApplicationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapplication()The Amazon Resource Name (ARN) of the robot application.StringapplicationVersion()The version of the application.static DeploymentApplicationConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DeploymentLaunchConfiglaunchConfig()The launch configuration.List<SdkField<?>>sdkFields()static Class<? extends DeploymentApplicationConfig.Builder>serializableBuilderClass()DeploymentApplicationConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
application
public final String application()
The Amazon Resource Name (ARN) of the robot application.
- Returns:
- The Amazon Resource Name (ARN) of the robot application.
-
applicationVersion
public final String applicationVersion()
The version of the application.
- Returns:
- The version of the application.
-
launchConfig
public final DeploymentLaunchConfig launchConfig()
The launch configuration.
- Returns:
- The launch configuration.
-
toBuilder
public DeploymentApplicationConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeploymentApplicationConfig.Builder,DeploymentApplicationConfig>
-
builder
public static DeploymentApplicationConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeploymentApplicationConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-