@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 |
---|---|
static Application.Builder |
builder() |
String |
displayName()
The application name for display.
|
Boolean |
enabled()
If there is a problem, the application can be disabled after image creation.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iconURL()
The URL for the application icon.
|
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<SdkField<?>> |
sdkFields() |
static Class<? extends Application.Builder> |
serializableBuilderClass() |
Application.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the application.
public String displayName()
The application name for display.
public String iconURL()
The URL for the application icon. This URL might be time-limited.
public String launchPath()
The path to the application executable in the instance.
public String launchParameters()
The arguments that are passed to the application at launch.
public Boolean enabled()
If there is a problem, the application can be disabled after image creation.
public Map<String,String> metadata()
Additional attributes that describe the application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Application.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Application.Builder,Application>
public static Application.Builder builder()
public static Class<? extends Application.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.