Class CfnStorageProfileMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnStorageProfileMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageProfileMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageProfileMixinProps
@Stability(Stable)
@Internal
public static final class CfnStorageProfileMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageProfileMixinProps
An implementation for
CfnStorageProfileMixinProps-
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.cfnpropertymixins.services.deadline.CfnStorageProfileMixinProps
CfnStorageProfileMixinProps.Builder, CfnStorageProfileMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStorageProfileMixinProps.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 theCfnStorageProfileMixinProps.Builder.
-
-
Method Details
-
getDisplayName
Description copied from interface:CfnStorageProfileMixinPropsThe 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 interfaceCfnStorageProfileMixinProps- See Also:
-
getFarmId
Description copied from interface:CfnStorageProfileMixinPropsThe unique identifier of the farm that contains the storage profile.- Specified by:
getFarmIdin interfaceCfnStorageProfileMixinProps- See Also:
-
getFileSystemLocations
Description copied from interface:CfnStorageProfileMixinPropsOperating system specific file system path to the storage location.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStorageProfilePropsMixin.FileSystemLocationProperty>- Specified by:
getFileSystemLocationsin interfaceCfnStorageProfileMixinProps- See Also:
-
getOsFamily
Description copied from interface:CfnStorageProfileMixinPropsThe operating system (OS) family.- Specified by:
getOsFamilyin interfaceCfnStorageProfileMixinProps- 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()
-