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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.athena.CfnNamedQueryProps
CfnNamedQueryProps.Builder, CfnNamedQueryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNamedQueryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNamedQueryProps.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 database to which the query belongs.final StringThe query description.final StringgetName()The query name.final StringThe SQL statements that make up the query.final StringThe name of the workgroup that contains the named query.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 theCfnNamedQueryProps.Builder.
-
-
Method Details
-
getDatabase
Description copied from interface:CfnNamedQueryPropsThe database to which the query belongs.- Specified by:
getDatabasein interfaceCfnNamedQueryProps
-
getQueryString
Description copied from interface:CfnNamedQueryPropsThe SQL statements that make up the query.- Specified by:
getQueryStringin interfaceCfnNamedQueryProps
-
getDescription
Description copied from interface:CfnNamedQueryPropsThe query description.- Specified by:
getDescriptionin interfaceCfnNamedQueryProps
-
getName
Description copied from interface:CfnNamedQueryPropsThe query name.- Specified by:
getNamein interfaceCfnNamedQueryProps
-
getWorkGroup
Description copied from interface:CfnNamedQueryPropsThe name of the workgroup that contains the named query.- Specified by:
getWorkGroupin interfaceCfnNamedQueryProps
-
$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()
-