public static final class CfnStudioComponent.SharedFileSystemConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStudioComponent.SharedFileSystemConfigurationProperty
CfnStudioComponent.SharedFileSystemConfigurationProperty
CfnStudioComponent.SharedFileSystemConfigurationProperty.Builder, CfnStudioComponent.SharedFileSystemConfigurationProperty.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 |
getEndpoint()
The endpoint of the shared file system that is accessed by the studio component resource.
|
java.lang.String |
getFileSystemId()
The unique identifier for a file system.
|
java.lang.String |
getLinuxMountPoint()
The mount location for a shared file system on a Linux virtual workstation.
|
java.lang.String |
getShareName()
The name of the file share.
|
java.lang.String |
getWindowsMountDrive()
The mount location for a shared file system on a Windows virtual workstation.
|
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.lang.String getEndpoint()
CfnStudioComponent.SharedFileSystemConfigurationProperty
getEndpoint
in interface CfnStudioComponent.SharedFileSystemConfigurationProperty
public final java.lang.String getFileSystemId()
CfnStudioComponent.SharedFileSystemConfigurationProperty
getFileSystemId
in interface CfnStudioComponent.SharedFileSystemConfigurationProperty
public final java.lang.String getLinuxMountPoint()
CfnStudioComponent.SharedFileSystemConfigurationProperty
getLinuxMountPoint
in interface CfnStudioComponent.SharedFileSystemConfigurationProperty
public final java.lang.String getShareName()
CfnStudioComponent.SharedFileSystemConfigurationProperty
getShareName
in interface CfnStudioComponent.SharedFileSystemConfigurationProperty
public final java.lang.String getWindowsMountDrive()
CfnStudioComponent.SharedFileSystemConfigurationProperty
getWindowsMountDrive
in interface CfnStudioComponent.SharedFileSystemConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()