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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.deadline.CfnStorageProfileProps
CfnStorageProfileProps.Builder, CfnStorageProfileProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStorageProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStorageProfileProps.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 display name of the storage profile summary to update.final StringThe unique identifier of the farm that contains the storage profile.final ObjectOperating system specific file system path to the storage location.final StringThe operating system (OS) family.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 theCfnStorageProfileProps.Builder.
-
-
Method Details
-
getDisplayName
Description copied from interface:CfnStorageProfilePropsThe 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:
getDisplayNamein interfaceCfnStorageProfileProps- See Also:
-
getFarmId
Description copied from interface:CfnStorageProfilePropsThe unique identifier of the farm that contains the storage profile.- Specified by:
getFarmIdin interfaceCfnStorageProfileProps- See Also:
-
getOsFamily
Description copied from interface:CfnStorageProfilePropsThe operating system (OS) family.- Specified by:
getOsFamilyin interfaceCfnStorageProfileProps- See Also:
-
getFileSystemLocations
Description copied from interface:CfnStorageProfilePropsOperating system specific file system path to the storage location.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStorageProfile.FileSystemLocationProperty>- Specified by:
getFileSystemLocationsin interfaceCfnStorageProfileProps- 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()
-