Class CfnFolderMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnFolderMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFolderMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFolderMixinProps
@Stability(Stable)
@Internal
public static final class CfnFolderMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFolderMixinProps
An implementation for
CfnFolderMixinProps-
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.quicksight.CfnFolderMixinProps
CfnFolderMixinProps.Builder, CfnFolderMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFolderMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFolderMixinProps.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 ID for the AWS account where you want to create the folder.final StringThe ID of the folder.final StringThe type of folder it is.final StringgetName()A display name for the folder.final StringThe Amazon Resource Name (ARN) for the folder.final ObjectA structure that describes the principals and the resource-level permissions of a folder.final StringThe sharing scope of the folder.getTags()A list of tags for the folders that you want to apply overrides to.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 theCfnFolderMixinProps.Builder.
-
-
Method Details
-
getAwsAccountId
Description copied from interface:CfnFolderMixinPropsThe ID for the AWS account where you want to create the folder.- Specified by:
getAwsAccountIdin interfaceCfnFolderMixinProps- See Also:
-
getFolderId
Description copied from interface:CfnFolderMixinPropsThe ID of the folder.- Specified by:
getFolderIdin interfaceCfnFolderMixinProps- See Also:
-
getFolderType
Description copied from interface:CfnFolderMixinPropsThe type of folder it is.- Specified by:
getFolderTypein interfaceCfnFolderMixinProps- See Also:
-
getName
Description copied from interface:CfnFolderMixinPropsA display name for the folder.- Specified by:
getNamein interfaceCfnFolderMixinProps- See Also:
-
getParentFolderArn
Description copied from interface:CfnFolderMixinPropsThe Amazon Resource Name (ARN) for the folder.- Specified by:
getParentFolderArnin interfaceCfnFolderMixinProps- See Also:
-
getPermissions
Description copied from interface:CfnFolderMixinPropsA structure that describes the principals and the resource-level permissions of a folder.To specify no permissions, omit
Permissions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFolderPropsMixin.ResourcePermissionProperty>- Specified by:
getPermissionsin interfaceCfnFolderMixinProps- See Also:
-
getSharingModel
Description copied from interface:CfnFolderMixinPropsThe sharing scope of the folder.- Specified by:
getSharingModelin interfaceCfnFolderMixinProps- See Also:
-
getTags
Description copied from interface:CfnFolderMixinPropsA list of tags for the folders that you want to apply overrides to.- Specified by:
getTagsin interfaceCfnFolderMixinProps- 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()
-