@Generated(value="software.amazon.awssdk:codegen") public final class Application extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Application.Builder,Application>
Describes an application in the application catalog.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Application.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appBlockArn()
The app block ARN of the application.
|
String |
arn()
The ARN of the application.
|
static Application.Builder |
builder() |
Instant |
createdTime()
The time at which the application was created within the app block.
|
String |
description()
The description of the application.
|
String |
displayName()
The application name to display.
|
Boolean |
enabled()
If there is a problem, the application can be disabled after image creation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInstanceFamilies()
For responses, this returns true if the service returned a value for the InstanceFamilies property.
|
boolean |
hasMetadata()
For responses, this returns true if the service returned a value for the Metadata property.
|
boolean |
hasPlatforms()
For responses, this returns true if the service returned a value for the Platforms property.
|
S3Location |
iconS3Location()
The S3 location of the application icon.
|
String |
iconURL()
The URL for the application icon.
|
List<String> |
instanceFamilies()
The instance families for the application.
|
String |
launchParameters()
The arguments that are passed to the application at launch.
|
String |
launchPath()
The path to the application executable in the instance.
|
Map<String,String> |
metadata()
Additional attributes that describe the application.
|
String |
name()
The name of the application.
|
List<PlatformType> |
platforms()
The platforms on which the application can run.
|
List<String> |
platformsAsStrings()
The platforms on which the application can run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Application.Builder> |
serializableBuilderClass() |
Application.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workingDirectory()
The working directory for the application.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the application.
public final String displayName()
The application name to display.
public final String iconURL()
The URL for the application icon. This URL might be time-limited.
public final String launchPath()
The path to the application executable in the instance.
public final String launchParameters()
The arguments that are passed to the application at launch.
public final Boolean enabled()
If there is a problem, the application can be disabled after image creation.
public final boolean hasMetadata()
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 Map<String,String> metadata()
Additional attributes that describe the 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 hasMetadata() method.
public final String workingDirectory()
The working directory for the application.
public final String description()
The description of the application.
public final String arn()
The ARN of the application.
public final String appBlockArn()
The app block ARN of the application.
public final S3Location iconS3Location()
The S3 location of the application icon.
public final List<PlatformType> platforms()
The platforms on which the application can run.
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 hasPlatforms() method.
public final boolean hasPlatforms()
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> platformsAsStrings()
The platforms on which the application can run.
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 hasPlatforms() method.
public final boolean hasInstanceFamilies()
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> instanceFamilies()
The instance families for the 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 hasInstanceFamilies() method.
public final Instant createdTime()
The time at which the application was created within the app block.
public Application.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Application.Builder,Application>public static Application.Builder builder()
public static Class<? extends Application.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.