Class CfnRecoveryGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.route53recoveryreadiness.CfnRecoveryGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRecoveryGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRecoveryGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnRecoveryGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRecoveryGroupMixinProps
An implementation for
CfnRecoveryGroupMixinProps-
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.route53recoveryreadiness.CfnRecoveryGroupMixinProps
CfnRecoveryGroupMixinProps.Builder, CfnRecoveryGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRecoveryGroupMixinProps.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 booleangetCells()A list of the cell Amazon Resource Names (ARNs) in the recovery group.final StringThe name of the recovery group to create.getTags()A collection of tags associated with a resource.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 theCfnRecoveryGroupMixinProps.Builder.
-
-
Method Details
-
getCells
Description copied from interface:CfnRecoveryGroupMixinPropsA list of the cell Amazon Resource Names (ARNs) in the recovery group.- Specified by:
getCellsin interfaceCfnRecoveryGroupMixinProps- See Also:
-
getRecoveryGroupName
Description copied from interface:CfnRecoveryGroupMixinPropsThe name of the recovery group to create.- Specified by:
getRecoveryGroupNamein interfaceCfnRecoveryGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnRecoveryGroupMixinPropsA collection of tags associated with a resource.- Specified by:
getTagsin interfaceCfnRecoveryGroupMixinProps- 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()
-