@Generated(value="software.amazon.awssdk:codegen") public final class LaunchProfileInitialization extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchProfileInitialization.Builder,LaunchProfileInitialization>
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchProfileInitialization.Builder |
| Modifier and Type | Method and Description |
|---|---|
LaunchProfileInitializationActiveDirectory |
activeDirectory()
A LaunchProfileInitializationActiveDirectory resource.
|
static LaunchProfileInitialization.Builder |
builder() |
List<String> |
ec2SecurityGroupIds()
The EC2 security groups that control access to the studio component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEc2SecurityGroupIds()
For responses, this returns true if the service returned a value for the Ec2SecurityGroupIds property.
|
int |
hashCode() |
boolean |
hasSystemInitializationScripts()
For responses, this returns true if the service returned a value for the SystemInitializationScripts property.
|
boolean |
hasUserInitializationScripts()
For responses, this returns true if the service returned a value for the UserInitializationScripts property.
|
String |
launchProfileId()
The launch profile ID.
|
String |
launchProfileProtocolVersion()
The version number of the protocol that is used by the launch profile.
|
String |
launchPurpose()
The launch purpose.
|
String |
name()
The name for the launch profile.
|
LaunchProfilePlatform |
platform()
The platform of the launch platform, either WINDOWS or LINUX.
|
String |
platformAsString()
The platform of the launch platform, either WINDOWS or LINUX.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchProfileInitialization.Builder> |
serializableBuilderClass() |
List<LaunchProfileInitializationScript> |
systemInitializationScripts()
The system initializtion scripts.
|
LaunchProfileInitialization.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<LaunchProfileInitializationScript> |
userInitializationScripts()
The user initializtion scripts.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LaunchProfileInitializationActiveDirectory activeDirectory()
A LaunchProfileInitializationActiveDirectory resource.
public final boolean hasEc2SecurityGroupIds()
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> ec2SecurityGroupIds()
The EC2 security groups that control access to the studio component.
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 hasEc2SecurityGroupIds() method.
public final String launchProfileId()
The launch profile ID.
public final String launchProfileProtocolVersion()
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
public final String launchPurpose()
The launch purpose.
public final String name()
The name for the launch profile.
public final LaunchProfilePlatform platform()
The platform of the launch platform, either WINDOWS or LINUX.
If the service returns an enum value that is not available in the current SDK version, platform will
return LaunchProfilePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from platformAsString().
LaunchProfilePlatformpublic final String platformAsString()
The platform of the launch platform, either WINDOWS or LINUX.
If the service returns an enum value that is not available in the current SDK version, platform will
return LaunchProfilePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from platformAsString().
LaunchProfilePlatformpublic final boolean hasSystemInitializationScripts()
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<LaunchProfileInitializationScript> systemInitializationScripts()
The system initializtion scripts.
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 hasSystemInitializationScripts() method.
public final boolean hasUserInitializationScripts()
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<LaunchProfileInitializationScript> userInitializationScripts()
The user initializtion scripts.
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 hasUserInitializationScripts() method.
public LaunchProfileInitialization.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchProfileInitialization.Builder,LaunchProfileInitialization>public static LaunchProfileInitialization.Builder builder()
public static Class<? extends LaunchProfileInitialization.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.