public static final class CfnSchemaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSchemaProps
CfnSchemaProps
CfnSchemaProps.Builder, CfnSchemaProps.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 |
getContent()
The source of the schema definition.
|
java.lang.String |
getDescription()
A description of the schema.
|
java.lang.String |
getRegistryName()
The name of the schema registry.
|
java.lang.String |
getSchemaName()
The name of the schema.
|
java.util.List<CfnSchema.TagsEntryProperty> |
getTags()
Tags associated with the schema.
|
java.lang.String |
getType()
The type of schema.
|
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 getContent()
CfnSchemaProps
getContent
in interface CfnSchemaProps
public final java.lang.String getRegistryName()
CfnSchemaProps
getRegistryName
in interface CfnSchemaProps
public final java.lang.String getType()
CfnSchemaProps
Valid types include OpenApi3
and JSONSchemaDraft4
.
getType
in interface CfnSchemaProps
public final java.lang.String getDescription()
CfnSchemaProps
getDescription
in interface CfnSchemaProps
public final java.lang.String getSchemaName()
CfnSchemaProps
getSchemaName
in interface CfnSchemaProps
public final java.util.List<CfnSchema.TagsEntryProperty> getTags()
CfnSchemaProps
getTags
in interface CfnSchemaProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()