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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnFrameworkProps
CfnFrameworkProps.Builder, CfnFrameworkProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFrameworkProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFrameworkProps.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 ObjectContains detailed information about all of the controls of a framework.final StringAn optional description of the framework with a maximum 1,024 characters.final StringThe unique name of a framework.final ObjectA list of tags with which to tag your framework.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 theCfnFrameworkProps.Builder.
-
-
Method Details
-
getFrameworkControls
Description copied from interface:CfnFrameworkPropsContains detailed information about all of the controls of a framework.Each framework must contain at least one control.
- Specified by:
getFrameworkControlsin interfaceCfnFrameworkProps
-
getFrameworkDescription
Description copied from interface:CfnFrameworkPropsAn optional description of the framework with a maximum 1,024 characters.- Specified by:
getFrameworkDescriptionin interfaceCfnFrameworkProps
-
getFrameworkName
Description copied from interface:CfnFrameworkPropsThe 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:
getFrameworkNamein interfaceCfnFrameworkProps
-
getFrameworkTags
Description copied from interface:CfnFrameworkPropsA list of tags with which to tag your framework.- Specified by:
getFrameworkTagsin interfaceCfnFrameworkProps
-
$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()
-