ToCopyableBuilder<ApplicationDescription.Builder,ApplicationDescription>
@Generated("software.amazon.awssdk:codegen") public class ApplicationDescription extends Object implements ToCopyableBuilder<ApplicationDescription.Builder,ApplicationDescription>
Describes the properties of an application.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ApplicationDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application.
|
static ApplicationDescription.Builder |
builder() |
|
List<String> |
configurationTemplates() |
The names of the configuration templates associated with this application.
|
Date |
dateCreated() |
The date when the application was created.
|
Date |
dateUpdated() |
The date when the application was last modified.
|
String |
description() |
User-defined description of the application.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ApplicationResourceLifecycleConfig |
resourceLifecycleConfig() |
The lifecycle settings for the application.
|
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.
|
public String applicationName()
The name of the application.
public String description()
User-defined description of the application.
public Date dateCreated()
The date when the application was created.
public Date dateUpdated()
The date when the application was last modified.
public List<String> versions()
The names of the versions for this application.
public List<String> configurationTemplates()
The names of the configuration templates associated with this application.
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.