public static final class CfnRegistryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRegistryProps
CfnRegistryProps
CfnRegistryProps.Builder, CfnRegistryProps.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()
A description of the registry to be created.
|
java.lang.String |
getRegistryName()
The name of the schema registry.
|
java.util.List<CfnRegistry.TagsEntryProperty> |
getTags()
Tags to associate with the registry.
|
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()
CfnRegistryProps
getDescription
in interface CfnRegistryProps
public final java.lang.String getRegistryName()
CfnRegistryProps
getRegistryName
in interface CfnRegistryProps
public final java.util.List<CfnRegistry.TagsEntryProperty> getTags()
CfnRegistryProps
getTags
in interface CfnRegistryProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()