@Stability(value=Experimental) @Internal public static final class AppsyncFunctionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppsyncFunctionProps
AppsyncFunctionPropssoftware.amazon.jsii.JsiiObject.InitializationModeAppsyncFunctionProps.Builder, AppsyncFunctionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IGraphqlApi api,
BaseDataSource dataSource,
String name,
String description,
MappingTemplate requestMappingTemplate,
MappingTemplate responseMappingTemplate)
Constructor that initializes the object based on literal property values passed by the
AppsyncFunctionProps.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) |
IGraphqlApi |
getApi()
(experimental) the GraphQL Api linked to this AppSync Function.
|
BaseDataSource |
getDataSource()
(experimental) the data source linked to this AppSync Function.
|
String |
getDescription()
(experimental) the description for this AppSync Function.
|
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() |
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(IGraphqlApi api, BaseDataSource dataSource, String name, String description, MappingTemplate requestMappingTemplate, MappingTemplate responseMappingTemplate)
AppsyncFunctionProps.Builder.public final IGraphqlApi getApi()
AppsyncFunctionPropsgetApi in interface AppsyncFunctionPropspublic final BaseDataSource getDataSource()
AppsyncFunctionPropsgetDataSource in interface AppsyncFunctionPropspublic final String getName()
BaseAppsyncFunctionPropsgetName in interface BaseAppsyncFunctionPropspublic final String getDescription()
BaseAppsyncFunctionPropsDefault: - no description
getDescription in interface BaseAppsyncFunctionPropspublic final MappingTemplate getRequestMappingTemplate()
BaseAppsyncFunctionPropsDefault: - no request mapping template
getRequestMappingTemplate in interface BaseAppsyncFunctionPropspublic final MappingTemplate getResponseMappingTemplate()
BaseAppsyncFunctionPropsDefault: - no response mapping template
getResponseMappingTemplate in interface BaseAppsyncFunctionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.