public static final class FunctionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FunctionProps
FunctionProps
FunctionProps.Builder, FunctionProps.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) |
FunctionCode |
getCode()
The source code of the function.
|
java.lang.String |
getComment()
A comment to describe the function.
|
java.lang.String |
getFunctionName()
A name to identify 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 FunctionCode getCode()
FunctionProps
getCode
in interface FunctionProps
public final java.lang.String getComment()
FunctionProps
Default: - same as `functionName`
getComment
in interface FunctionProps
public final java.lang.String getFunctionName()
FunctionProps
Default: - generated from the `id`
getFunctionName
in interface FunctionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()