@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationDescription.Builder,ApplicationDescription>
Describes the properties of an application.
Modifier and Type | Class and Description |
---|---|
static interface |
ApplicationDescription.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationArn()
The Amazon Resource Name (ARN) of the application.
|
String |
applicationName()
The name of the application.
|
static ApplicationDescription.Builder |
builder() |
List<String> |
configurationTemplates()
The names of the configuration templates associated with this application.
|
Instant |
dateCreated()
The date when the application was created.
|
Instant |
dateUpdated()
The date when the application was last modified.
|
String |
description()
User-defined description of the application.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ApplicationResourceLifecycleConfig |
resourceLifecycleConfig()
The lifecycle settings for the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationDescription.Builder> |
serializableBuilderClass() |
ApplicationDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<String> |
versions()
The names of the versions for this application.
|
copy
public String applicationArn()
The Amazon Resource Name (ARN) of the application.
public String applicationName()
The name of the application.
public String description()
User-defined description of the application.
public Instant dateCreated()
The date when the application was created.
public Instant dateUpdated()
The date when the application was last modified.
public List<String> versions()
The names of the versions for this application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> configurationTemplates()
The names of the configuration templates associated with this application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ApplicationResourceLifecycleConfig resourceLifecycleConfig()
The lifecycle settings for the application.
public ApplicationDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApplicationDescription.Builder,ApplicationDescription>
public static ApplicationDescription.Builder builder()
public static Class<? extends ApplicationDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.