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