public static final class CfnNamedQueryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnNamedQueryProps
CfnNamedQueryProps
CfnNamedQueryProps.Builder, CfnNamedQueryProps.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 |
getDatabase()
The database to which the query belongs.
|
java.lang.String |
getDescription()
The query description.
|
java.lang.String |
getName()
The query name.
|
java.lang.String |
getQueryString()
The SQL statements that make up the query.
|
java.lang.String |
getWorkGroup()
The name of the workgroup that contains the named query.
|
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 getDatabase()
CfnNamedQueryProps
getDatabase
in interface CfnNamedQueryProps
public final java.lang.String getQueryString()
CfnNamedQueryProps
getQueryString
in interface CfnNamedQueryProps
public final java.lang.String getDescription()
CfnNamedQueryProps
getDescription
in interface CfnNamedQueryProps
public final java.lang.String getName()
CfnNamedQueryProps
getName
in interface CfnNamedQueryProps
public final java.lang.String getWorkGroup()
CfnNamedQueryProps
getWorkGroup
in interface CfnNamedQueryProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()