Class CfnFramework.FrameworkControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnFramework.FrameworkControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFramework.FrameworkControlProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFramework.FrameworkControlProperty
@Stability(Stable)
@Internal
public static final class CfnFramework.FrameworkControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFramework.FrameworkControlProperty
An implementation for
CfnFramework.FrameworkControlProperty
-
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.CfnFramework.FrameworkControlProperty
CfnFramework.FrameworkControlProperty.Builder, CfnFramework.FrameworkControlProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFramework.FrameworkControlProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnFramework.FrameworkControlProperty.Builder
.
-
-
Method Details
-
getControlName
Description copied from interface:CfnFramework.FrameworkControlProperty
The name of a control.This name is between 1 and 256 characters.
- Specified by:
getControlName
in interfaceCfnFramework.FrameworkControlProperty
-
getControlInputParameters
Description copied from interface:CfnFramework.FrameworkControlProperty
A list ofParameterName
andParameterValue
pairs.- Specified by:
getControlInputParameters
in interfaceCfnFramework.FrameworkControlProperty
-
getControlScope
Description copied from interface:CfnFramework.FrameworkControlProperty
The scope of a control.The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see
ControlScope
.- Specified by:
getControlScope
in interfaceCfnFramework.FrameworkControlProperty
-
$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()
-