@Stability(value=Experimental) @Internal public static final class FunctionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FunctionProps
FunctionPropssoftware.amazon.jsii.JsiiObject.InitializationModeFunctionProps.Builder, FunctionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(FunctionCode code,
String comment,
String functionName)
Constructor that initializes the object based on literal property values passed by the
FunctionProps.Builder. |
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(Object o) |
FunctionCode |
getCode()
(experimental) The source code of the function.
|
String |
getComment()
(experimental) A comment to describe the function.
|
String |
getFunctionName()
(experimental) A name to identify the function.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(FunctionCode code, String comment, String functionName)
FunctionProps.Builder.public final FunctionCode getCode()
FunctionPropsgetCode in interface FunctionPropspublic final String getComment()
FunctionPropsDefault: - same as `functionName`
getComment in interface FunctionPropspublic final String getFunctionName()
FunctionPropsDefault: - generated from the `id`
getFunctionName in interface FunctionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.