Class CfnUserDefinedFunctionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnUserDefinedFunctionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserDefinedFunctionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserDefinedFunctionProps
@Stability(Stable)
@Internal
public static final class CfnUserDefinedFunctionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserDefinedFunctionProps
An implementation for
CfnUserDefinedFunctionProps-
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.glue.CfnUserDefinedFunctionProps
CfnUserDefinedFunctionProps.Builder, CfnUserDefinedFunctionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserDefinedFunctionProps.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 Java class that contains the function code.final StringThe name of the catalog database in which the function is located.final StringThe name of the function.final StringThe type of the function.final StringThe owner of the function.final StringThe owner type.final ObjectThe resource URIs for the function.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 theCfnUserDefinedFunctionProps.Builder.
-
-
Method Details
-
getDatabaseName
Description copied from interface:CfnUserDefinedFunctionPropsThe name of the catalog database in which the function is located.- Specified by:
getDatabaseNamein interfaceCfnUserDefinedFunctionProps- See Also:
-
getFunctionName
Description copied from interface:CfnUserDefinedFunctionPropsThe name of the function.- Specified by:
getFunctionNamein interfaceCfnUserDefinedFunctionProps- See Also:
-
getClassName
Description copied from interface:CfnUserDefinedFunctionPropsThe Java class that contains the function code.- Specified by:
getClassNamein interfaceCfnUserDefinedFunctionProps- See Also:
-
getFunctionType
Description copied from interface:CfnUserDefinedFunctionPropsThe type of the function.- Specified by:
getFunctionTypein interfaceCfnUserDefinedFunctionProps- See Also:
-
getOwnerName
Description copied from interface:CfnUserDefinedFunctionPropsThe owner of the function.- Specified by:
getOwnerNamein interfaceCfnUserDefinedFunctionProps- See Also:
-
getOwnerType
Description copied from interface:CfnUserDefinedFunctionPropsThe owner type.- Specified by:
getOwnerTypein interfaceCfnUserDefinedFunctionProps- See Also:
-
getResourceUris
Description copied from interface:CfnUserDefinedFunctionPropsThe resource URIs for the function.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUserDefinedFunction.ResourceUriProperty>- Specified by:
getResourceUrisin interfaceCfnUserDefinedFunctionProps- 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()
-