Class CfnStorageProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.deadline.CfnStorageProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageProfileProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageProfileProps
@Stability(Stable)
@Internal
public static final class CfnStorageProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageProfileProps
An implementation for
CfnStorageProfileProps
-
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.deadline.CfnStorageProfileProps
CfnStorageProfileProps.Builder, CfnStorageProfileProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnStorageProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStorageProfileProps.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 display name of the storage profile summary to update.final String
The unique identifier of the farm that contains the storage profile.final Object
Operating system specific file system path to the storage location.final String
The operating system (OS) family.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 theCfnStorageProfileProps.Builder
.
-
-
Method Details
-
getDisplayName
Description copied from interface:CfnStorageProfileProps
The display name of the storage profile summary to update.This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Specified by:
getDisplayName
in interfaceCfnStorageProfileProps
- See Also:
-
getFarmId
Description copied from interface:CfnStorageProfileProps
The unique identifier of the farm that contains the storage profile.- Specified by:
getFarmId
in interfaceCfnStorageProfileProps
- See Also:
-
getOsFamily
Description copied from interface:CfnStorageProfileProps
The operating system (OS) family.- Specified by:
getOsFamily
in interfaceCfnStorageProfileProps
- See Also:
-
getFileSystemLocations
Description copied from interface:CfnStorageProfileProps
Operating system specific file system path to the storage location.- Specified by:
getFileSystemLocations
in interfaceCfnStorageProfileProps
- 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()
-