Class CfnFrameworkProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnFrameworkProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFrameworkProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFrameworkProps
@Stability(Stable)
@Internal
public static final class CfnFrameworkProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFrameworkProps
An implementation for
CfnFrameworkProps
-
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.backup.CfnFrameworkProps
CfnFrameworkProps.Builder, CfnFrameworkProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFrameworkProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFrameworkProps.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 Object
Contains detailed information about all of the controls of a framework.final String
An optional description of the framework with a maximum 1,024 characters.final String
The unique name of a framework.final Object
A list of tags with which to tag your framework.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 theCfnFrameworkProps.Builder
.
-
-
Method Details
-
getFrameworkControls
Description copied from interface:CfnFrameworkProps
Contains detailed information about all of the controls of a framework.Each framework must contain at least one control.
- Specified by:
getFrameworkControls
in interfaceCfnFrameworkProps
-
getFrameworkDescription
Description copied from interface:CfnFrameworkProps
An optional description of the framework with a maximum 1,024 characters.- Specified by:
getFrameworkDescription
in interfaceCfnFrameworkProps
-
getFrameworkName
Description copied from interface:CfnFrameworkProps
The unique name of a framework.This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
- Specified by:
getFrameworkName
in interfaceCfnFrameworkProps
-
getFrameworkTags
Description copied from interface:CfnFrameworkProps
A list of tags with which to tag your framework.- Specified by:
getFrameworkTags
in interfaceCfnFrameworkProps
-
$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()
-