Class CfnStack.UserSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appstream.CfnStack.UserSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStack.UserSettingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStack.UserSettingProperty
@Stability(Stable)
@Internal
public static final class CfnStack.UserSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStack.UserSettingProperty
An implementation for
CfnStack.UserSettingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appstream.CfnStack.UserSettingProperty
CfnStack.UserSettingProperty.Builder, CfnStack.UserSettingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStack.UserSettingProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The action that is enabled or disabled.final Number
Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.final String
Indicates whether the action is enabled or disabled.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStack.UserSettingProperty.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnStack.UserSettingProperty
The action that is enabled or disabled.- Specified by:
getAction
in interfaceCfnStack.UserSettingProperty
- See Also:
-
getPermission
Description copied from interface:CfnStack.UserSettingProperty
Indicates whether the action is enabled or disabled.- Specified by:
getPermission
in interfaceCfnStack.UserSettingProperty
- See Also:
-
getMaximumLength
Description copied from interface:CfnStack.UserSettingProperty
Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.This can be specified only for the
CLIPBOARD_COPY_FROM_LOCAL_DEVICE
andCLIPBOARD_COPY_TO_LOCAL_DEVICE
actions.This defaults to 20,971,520 (20 MB) when unspecified and the permission is
ENABLED
. This can't be specified when the permission isDISABLED
.The value can be between 1 and 20,971,520 (20 MB).
- Specified by:
getMaximumLength
in interfaceCfnStack.UserSettingProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-