Class CfnReplicationSubnetGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.dms.CfnReplicationSubnetGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicationSubnetGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicationSubnetGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnReplicationSubnetGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicationSubnetGroupMixinProps
An implementation for
CfnReplicationSubnetGroupMixinProps-
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.dms.CfnReplicationSubnetGroupMixinProps
CfnReplicationSubnetGroupMixinProps.Builder, CfnReplicationSubnetGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicationSubnetGroupMixinProps.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 for the subnet group.final StringThe identifier for the replication subnet group.One or more subnet IDs to be assigned to the subnet group.getTags()One or more tags to be assigned to the subnet group.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 theCfnReplicationSubnetGroupMixinProps.Builder.
-
-
Method Details
-
getReplicationSubnetGroupDescription
Description copied from interface:CfnReplicationSubnetGroupMixinPropsThe description for the subnet group.- Specified by:
getReplicationSubnetGroupDescriptionin interfaceCfnReplicationSubnetGroupMixinProps- See Also:
-
getReplicationSubnetGroupIdentifier
Description copied from interface:CfnReplicationSubnetGroupMixinPropsThe identifier for the replication subnet group.If you don't specify a name, CloudFormation generates a unique ID and uses that ID for the identifier.
- Specified by:
getReplicationSubnetGroupIdentifierin interfaceCfnReplicationSubnetGroupMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnReplicationSubnetGroupMixinPropsOne or more subnet IDs to be assigned to the subnet group.- Specified by:
getSubnetIdsin interfaceCfnReplicationSubnetGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnReplicationSubnetGroupMixinPropsOne or more tags to be assigned to the subnet group.- Specified by:
getTagsin interfaceCfnReplicationSubnetGroupMixinProps- 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()
-