Class CfnStackPropsMixin.UserSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnStackPropsMixin.UserSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStackPropsMixin.UserSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackPropsMixin.UserSettingProperty
@Stability(Stable)
@Internal
public static final class CfnStackPropsMixin.UserSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackPropsMixin.UserSettingProperty
An implementation for
CfnStackPropsMixin.UserSettingProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnStackPropsMixin.UserSettingProperty
CfnStackPropsMixin.UserSettingProperty.Builder, CfnStackPropsMixin.UserSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackPropsMixin.UserSettingProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe action that is enabled or disabled.final NumberSpecifies 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 StringIndicates whether the action is enabled or disabled.final inthashCode()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 theCfnStackPropsMixin.UserSettingProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnStackPropsMixin.UserSettingPropertyThe action that is enabled or disabled.- Specified by:
getActionin interfaceCfnStackPropsMixin.UserSettingProperty- See Also:
-
getMaximumLength
Description copied from interface:CfnStackPropsMixin.UserSettingPropertySpecifies 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_DEVICEandCLIPBOARD_COPY_TO_LOCAL_DEVICEactions.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:
getMaximumLengthin interfaceCfnStackPropsMixin.UserSettingProperty- See Also:
-
getPermission
Description copied from interface:CfnStackPropsMixin.UserSettingPropertyIndicates whether the action is enabled or disabled.- Specified by:
getPermissionin interfaceCfnStackPropsMixin.UserSettingProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-