public static final class CfnDBSubnetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBSubnetGroupProps
CfnDBSubnetGroupProps
CfnDBSubnetGroupProps.Builder, CfnDBSubnetGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDbSubnetGroupDescription()
Provides the description of the DB subnet group.
|
java.lang.String |
getDbSubnetGroupName()
The name of the DB subnet group.
|
java.util.List<java.lang.String> |
getSubnetIds()
The Amazon EC2 subnet IDs for the DB subnet group.
|
java.util.List<CfnTag> |
getTags()
The tags that you want to attach to the DB subnet group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDbSubnetGroupDescription()
CfnDBSubnetGroupProps
getDbSubnetGroupDescription
in interface CfnDBSubnetGroupProps
public final java.util.List<java.lang.String> getSubnetIds()
CfnDBSubnetGroupProps
getSubnetIds
in interface CfnDBSubnetGroupProps
public final java.lang.String getDbSubnetGroupName()
CfnDBSubnetGroupProps
getDbSubnetGroupName
in interface CfnDBSubnetGroupProps
public final java.util.List<CfnTag> getTags()
CfnDBSubnetGroupProps
getTags
in interface CfnDBSubnetGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()