Class CfnLegalHoldProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnLegalHoldProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLegalHoldProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLegalHoldProps
@Stability(Stable)
@Internal
public static final class CfnLegalHoldProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLegalHoldProps
An implementation for
CfnLegalHoldProps-
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.CfnLegalHoldProps
CfnLegalHoldProps.Builder, CfnLegalHoldProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLegalHoldProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLegalHoldProps.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 description of the legal hold.final ObjectThe criteria to assign a set of resources, such as resource types or backup vaults.getTags()Optional tags to include.final StringgetTitle()The title of the legal hold.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 theCfnLegalHoldProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnLegalHoldPropsThe description of the legal hold.- Specified by:
getDescriptionin interfaceCfnLegalHoldProps- See Also:
-
getRecoveryPointSelection
Description copied from interface:CfnLegalHoldPropsThe criteria to assign a set of resources, such as resource types or backup vaults.Returns union: either
IResolvableorCfnLegalHold.RecoveryPointSelectionProperty- Specified by:
getRecoveryPointSelectionin interfaceCfnLegalHoldProps- See Also:
-
getTitle
Description copied from interface:CfnLegalHoldPropsThe title of the legal hold.- Specified by:
getTitlein interfaceCfnLegalHoldProps- See Also:
-
getTags
Description copied from interface:CfnLegalHoldPropsOptional tags to include.- Specified by:
getTagsin interfaceCfnLegalHoldProps- 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()
-