Class CfnNamedQueryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.athena.CfnNamedQueryProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNamedQueryProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNamedQueryProps
@Stability(Stable)
@Internal
public static final class CfnNamedQueryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNamedQueryProps
An implementation for
CfnNamedQueryProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.athena.CfnNamedQueryProps
CfnNamedQueryProps.Builder, CfnNamedQueryProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnNamedQueryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNamedQueryProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The database to which the query belongs.final String
The query description.final String
getName()
The query name.final String
The SQL statements that make up the query.final String
The name of the workgroup that contains the named query.final int
hashCode()
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 theCfnNamedQueryProps.Builder
.
-
-
Method Details
-
getDatabase
Description copied from interface:CfnNamedQueryProps
The database to which the query belongs.- Specified by:
getDatabase
in interfaceCfnNamedQueryProps
- See Also:
-
getQueryString
Description copied from interface:CfnNamedQueryProps
The SQL statements that make up the query.- Specified by:
getQueryString
in interfaceCfnNamedQueryProps
- See Also:
-
getDescription
Description copied from interface:CfnNamedQueryProps
The query description.- Specified by:
getDescription
in interfaceCfnNamedQueryProps
- See Also:
-
getName
Description copied from interface:CfnNamedQueryProps
The query name.- Specified by:
getName
in interfaceCfnNamedQueryProps
- See Also:
-
getWorkGroup
Description copied from interface:CfnNamedQueryProps
The name of the workgroup that contains the named query.- Specified by:
getWorkGroup
in interfaceCfnNamedQueryProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-