public static final class CfnComponentType.FunctionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentType.FunctionProperty
CfnComponentType.FunctionProperty
CfnComponentType.FunctionProperty.Builder, CfnComponentType.FunctionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getImplementedBy()
The data connector.
|
java.util.List<java.lang.String> |
getRequiredProperties()
The required properties of the function.
|
java.lang.String |
getScope()
The scope of the function.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getImplementedBy()
CfnComponentType.FunctionProperty
getImplementedBy
in interface CfnComponentType.FunctionProperty
public final java.util.List<java.lang.String> getRequiredProperties()
CfnComponentType.FunctionProperty
getRequiredProperties
in interface CfnComponentType.FunctionProperty
public final java.lang.String getScope()
CfnComponentType.FunctionProperty
getScope
in interface CfnComponentType.FunctionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()