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