public static final class CfnDBClusterParameterGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBClusterParameterGroupProps
CfnDBClusterParameterGroupProps
CfnDBClusterParameterGroupProps.Builder, CfnDBClusterParameterGroupProps.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 |
getDescription()
The description for the cluster parameter group.
|
java.lang.String |
getFamily()
The cluster parameter group family name.
|
java.lang.String |
getName()
The name of the DB cluster parameter group.
|
java.lang.Object |
getParameters()
Provides a list of parameters for the cluster parameter group.
|
java.util.List<CfnTag> |
getTags()
The tags to be assigned to the cluster parameter 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 getDescription()
CfnDBClusterParameterGroupProps
getDescription
in interface CfnDBClusterParameterGroupProps
public final java.lang.String getFamily()
CfnDBClusterParameterGroupProps
getFamily
in interface CfnDBClusterParameterGroupProps
public final java.lang.Object getParameters()
CfnDBClusterParameterGroupProps
getParameters
in interface CfnDBClusterParameterGroupProps
public final java.lang.String getName()
CfnDBClusterParameterGroupProps
Constraints:
DBClusterParameterGroup
.
This value is stored as a lowercase string.
getName
in interface CfnDBClusterParameterGroupProps
public final java.util.List<CfnTag> getTags()
CfnDBClusterParameterGroupProps
getTags
in interface CfnDBClusterParameterGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()