public static final class BaseAppsyncFunctionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BaseAppsyncFunctionProps
BaseAppsyncFunctionProps
BaseAppsyncFunctionProps.Builder, BaseAppsyncFunctionProps.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.String |
getDescription()
(experimental) the description for this AppSync Function.
|
java.lang.String |
getName()
(experimental) the name of the AppSync Function.
|
MappingTemplate |
getRequestMappingTemplate()
(experimental) the request mapping template for the AppSync Function.
|
MappingTemplate |
getResponseMappingTemplate()
(experimental) the response mapping template for the AppSync 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.String getName()
BaseAppsyncFunctionProps
getName
in interface BaseAppsyncFunctionProps
public final java.lang.String getDescription()
BaseAppsyncFunctionProps
Default: - no description
getDescription
in interface BaseAppsyncFunctionProps
public final MappingTemplate getRequestMappingTemplate()
BaseAppsyncFunctionProps
Default: - no request mapping template
getRequestMappingTemplate
in interface BaseAppsyncFunctionProps
public final MappingTemplate getResponseMappingTemplate()
BaseAppsyncFunctionProps
Default: - no response mapping template
getResponseMappingTemplate
in interface BaseAppsyncFunctionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()