public static final class CfnLaunchProfileProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchProfileProps
CfnLaunchProfileProps
CfnLaunchProfileProps.Builder, CfnLaunchProfileProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
A human-readable description of the launch profile.
|
java.util.List<java.lang.String> |
getEc2SubnetIds()
Unique identifiers for a collection of EC2 subnets.
|
java.util.List<java.lang.String> |
getLaunchProfileProtocolVersions()
The version number of the protocol that is used by the launch profile.
|
java.lang.String |
getName()
A friendly name for the launch profile.
|
java.lang.Object |
getStreamConfiguration()
A configuration for a streaming session.
|
java.util.List<java.lang.String> |
getStudioComponentIds()
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
java.lang.String |
getStudioId()
The unique identifier for a studio resource.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getEc2SubnetIds()
CfnLaunchProfileProps
getEc2SubnetIds
in interface CfnLaunchProfileProps
public final java.util.List<java.lang.String> getLaunchProfileProtocolVersions()
CfnLaunchProfileProps
The only valid version is "2021-03-31".
getLaunchProfileProtocolVersions
in interface CfnLaunchProfileProps
public final java.lang.String getName()
CfnLaunchProfileProps
getName
in interface CfnLaunchProfileProps
public final java.lang.Object getStreamConfiguration()
CfnLaunchProfileProps
getStreamConfiguration
in interface CfnLaunchProfileProps
public final java.util.List<java.lang.String> getStudioComponentIds()
CfnLaunchProfileProps
getStudioComponentIds
in interface CfnLaunchProfileProps
public final java.lang.String getStudioId()
CfnLaunchProfileProps
In Nimble Studio , all other resources are contained in a studio resource.
getStudioId
in interface CfnLaunchProfileProps
public final java.lang.String getDescription()
CfnLaunchProfileProps
getDescription
in interface CfnLaunchProfileProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
CfnLaunchProfileProps
For more information, see Tag .
getTags
in interface CfnLaunchProfileProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()