Class CfnFrameworkMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnFrameworkMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFrameworkMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFrameworkMixinProps
@Stability(Stable)
@Internal
public static final class CfnFrameworkMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFrameworkMixinProps
An implementation for
CfnFrameworkMixinProps-
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.backup.CfnFrameworkMixinProps
CfnFrameworkMixinProps.Builder, CfnFrameworkMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFrameworkMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFrameworkMixinProps.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.The tags to assign to 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 theCfnFrameworkMixinProps.Builder.
-
-
Method Details
-
getFrameworkControls
Description copied from interface:CfnFrameworkMixinPropsContains detailed information about all of the controls of a framework.Each framework must contain at least one control.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFrameworkPropsMixin.FrameworkControlProperty>- Specified by:
getFrameworkControlsin interfaceCfnFrameworkMixinProps- See Also:
-
getFrameworkDescription
Description copied from interface:CfnFrameworkMixinPropsAn optional description of the framework with a maximum 1,024 characters.- Specified by:
getFrameworkDescriptionin interfaceCfnFrameworkMixinProps- See Also:
-
getFrameworkName
Description copied from interface:CfnFrameworkMixinPropsThe 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 interfaceCfnFrameworkMixinProps- See Also:
-
getFrameworkTags
Description copied from interface:CfnFrameworkMixinPropsThe tags to assign to your framework.- Specified by:
getFrameworkTagsin interfaceCfnFrameworkMixinProps- 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()
-