@Stability(value=Stable) @Internal public static final class CfnPreparedStatementProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPreparedStatementProps
CfnPreparedStatementProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnPreparedStatementProps.Builder, CfnPreparedStatementProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnPreparedStatementProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPreparedStatementProps.Builder . |
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(Object o) |
String |
getDescription()
The description of the prepared statement.
|
String |
getQueryStatement()
The query string for the prepared statement.
|
String |
getStatementName()
The name of the prepared statement.
|
String |
getWorkGroup()
The workgroup to which the prepared statement belongs.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(CfnPreparedStatementProps.Builder builder)
CfnPreparedStatementProps.Builder
.public final String getQueryStatement()
CfnPreparedStatementProps
getQueryStatement
in interface CfnPreparedStatementProps
public final String getStatementName()
CfnPreparedStatementProps
getStatementName
in interface CfnPreparedStatementProps
public final String getWorkGroup()
CfnPreparedStatementProps
getWorkGroup
in interface CfnPreparedStatementProps
public final String getDescription()
CfnPreparedStatementProps
getDescription
in interface CfnPreparedStatementProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.