@Generated(value="software.amazon.awssdk:codegen") public final class CreateApplicationRequest extends AppStreamRequest implements ToCopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateApplicationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appBlockArn()
The app block ARN to which the application should be associated
|
static CreateApplicationRequest.Builder |
builder() |
String |
description()
The description of the application.
|
String |
displayName()
The display name of the application.
|
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 |
hasPlatforms()
For responses, this returns true if the service returned a value for the Platforms property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
S3Location |
iconS3Location()
The location in S3 of the application icon.
|
List<String> |
instanceFamilies()
The instance families the application supports.
|
String |
launchParameters()
The launch parameters of the application.
|
String |
launchPath()
The launch path of the application.
|
String |
name()
The name of the application.
|
List<PlatformType> |
platforms()
The platforms the application supports.
|
List<String> |
platformsAsStrings()
The platforms the application supports.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateApplicationRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The tags assigned to the application.
|
CreateApplicationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workingDirectory()
The working directory of the application.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the application. This name is visible to users when display name is not specified.
public final String displayName()
The display name of the application. This name is visible to users in the application catalog.
public final String description()
The description of the application.
public final S3Location iconS3Location()
The location in S3 of the application icon.
public final String launchPath()
The launch path of the application.
public final String workingDirectory()
The working directory of the application.
public final String launchParameters()
The launch parameters of the application.
public final List<PlatformType> platforms()
The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
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 the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
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 the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.
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 String appBlockArn()
The app block ARN to which the application should be associated
public final boolean hasTags()
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> tags()
The tags assigned to 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 hasTags() method.
public CreateApplicationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>toBuilder in class AppStreamRequestpublic static CreateApplicationRequest.Builder builder()
public static Class<? extends CreateApplicationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.