Class CfnPreparedStatementMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.athena.CfnPreparedStatementMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPreparedStatementMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPreparedStatementMixinProps
@Stability(Stable)
@Internal
public static final class CfnPreparedStatementMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPreparedStatementMixinProps
An implementation for
CfnPreparedStatementMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.athena.CfnPreparedStatementMixinProps
CfnPreparedStatementMixinProps.Builder, CfnPreparedStatementMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPreparedStatementMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the prepared statement.final StringThe query string for the prepared statement.final StringThe name of the prepared statement.final ObjectThe workgroup to which the prepared statement belongs.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPreparedStatementMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnPreparedStatementMixinPropsThe description of the prepared statement.- Specified by:
getDescriptionin interfaceCfnPreparedStatementMixinProps- See Also:
-
getQueryStatement
Description copied from interface:CfnPreparedStatementMixinPropsThe query string for the prepared statement.- Specified by:
getQueryStatementin interfaceCfnPreparedStatementMixinProps- See Also:
-
getStatementName
Description copied from interface:CfnPreparedStatementMixinPropsThe name of the prepared statement.- Specified by:
getStatementNamein interfaceCfnPreparedStatementMixinProps- See Also:
-
getWorkGroup
Description copied from interface:CfnPreparedStatementMixinPropsThe workgroup to which the prepared statement belongs.Returns union: either
StringorIWorkGroupRef- Specified by:
getWorkGroupin interfaceCfnPreparedStatementMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-