Class CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStudioComponent.SharedFileSystemConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnStudioComponent.SharedFileSystemConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStudioComponent.SharedFileSystemConfigurationProperty
An implementation for
CfnStudioComponent.SharedFileSystemConfigurationProperty-
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.nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder, CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStudioComponent.SharedFileSystemConfigurationProperty.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 endpoint of the shared file system that is accessed by the studio component resource.final StringThe unique identifier for a file system.final StringThe mount location for a shared file system on a Linux virtual workstation.final StringThe name of the file share.final StringThe mount location for a shared file system on a Windows virtual workstation.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.
-
-
Method Details
-
getEndpoint
Description copied from interface:CfnStudioComponent.SharedFileSystemConfigurationPropertyThe endpoint of the shared file system that is accessed by the studio component resource.- Specified by:
getEndpointin interfaceCfnStudioComponent.SharedFileSystemConfigurationProperty
-
getFileSystemId
Description copied from interface:CfnStudioComponent.SharedFileSystemConfigurationPropertyThe unique identifier for a file system.- Specified by:
getFileSystemIdin interfaceCfnStudioComponent.SharedFileSystemConfigurationProperty
-
getLinuxMountPoint
Description copied from interface:CfnStudioComponent.SharedFileSystemConfigurationPropertyThe mount location for a shared file system on a Linux virtual workstation.- Specified by:
getLinuxMountPointin interfaceCfnStudioComponent.SharedFileSystemConfigurationProperty
-
getWindowsMountDrive
Description copied from interface:CfnStudioComponent.SharedFileSystemConfigurationPropertyThe mount location for a shared file system on a Windows virtual workstation.- Specified by:
getWindowsMountDrivein interfaceCfnStudioComponent.SharedFileSystemConfigurationProperty
-
$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()
-