@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasConfigurationTemplates()
For responses, this returns true if the service returned a value for the ConfigurationTemplates property.
|
int |
hashCode() |
boolean |
hasVersions()
For responses, this returns true if the service returned a value for the Versions property.
|
ApplicationResourceLifecycleConfig |
resourceLifecycleConfig()
The lifecycle settings for the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationDescription.Builder> |
serializableBuilderClass() |
ApplicationDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
versions()
The names of the versions for this application.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationArn()
The Amazon Resource Name (ARN) of the application.
public final String applicationName()
The name of the application.
public final String description()
User-defined description of the application.
public final Instant dateCreated()
The date when the application was created.
public final Instant dateUpdated()
The date when the application was last modified.
public final boolean hasVersions()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVersions() method.
public final boolean hasConfigurationTemplates()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasConfigurationTemplates() method.
public final ApplicationResourceLifecycleConfig resourceLifecycleConfig()
The lifecycle settings for the application.
public ApplicationDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationDescription.Builder,ApplicationDescription>public static ApplicationDescription.Builder builder()
public static Class<? extends ApplicationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.