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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appstream.CfnStack.UserSettingProperty
CfnStack.UserSettingProperty.Builder, CfnStack.UserSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStack.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 theCfnStack.UserSettingProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnStack.UserSettingPropertyThe action that is enabled or disabled.- Specified by:
getActionin interfaceCfnStack.UserSettingProperty- See Also:
-
getPermission
Description copied from interface:CfnStack.UserSettingPropertyIndicates whether the action is enabled or disabled.- Specified by:
getPermissionin interfaceCfnStack.UserSettingProperty- See Also:
-
getMaximumLength
Description copied from interface:CfnStack.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 interfaceCfnStack.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()
-