@Stability(value=Experimental) @Internal public static final class ExtendedResolverProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ExtendedResolverProps
ExtendedResolverPropssoftware.amazon.jsii.JsiiObject.InitializationModeExtendedResolverProps.Builder, ExtendedResolverProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ExtendedResolverProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ExtendedResolverProps.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) |
CachingConfig |
getCachingConfig()
(experimental) The caching configuration for this resolver.
|
BaseDataSource |
getDataSource()
(experimental) The data source this resolver is using.
|
String |
getFieldName()
(experimental) name of the GraphQL field in the given type this resolver is attached to.
|
List<IAppsyncFunction> |
getPipelineConfig()
(experimental) configuration of the pipeline resolver.
|
MappingTemplate |
getRequestMappingTemplate()
(experimental) The request mapping template for this resolver.
|
MappingTemplate |
getResponseMappingTemplate()
(experimental) The response mapping template for this resolver.
|
String |
getTypeName()
(experimental) name of the GraphQL type this resolver is attached to.
|
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(ExtendedResolverProps.Builder builder)
ExtendedResolverProps.Builder.public final BaseDataSource getDataSource()
ExtendedResolverPropsDefault: - No datasource
getDataSource in interface ExtendedResolverPropspublic final String getFieldName()
BaseResolverPropsgetFieldName in interface BaseResolverPropspublic final String getTypeName()
BaseResolverPropsgetTypeName in interface BaseResolverPropspublic final CachingConfig getCachingConfig()
BaseResolverPropsDefault: - No caching configuration
getCachingConfig in interface BaseResolverPropspublic final List<IAppsyncFunction> getPipelineConfig()
BaseResolverPropsDefault: - no pipeline resolver configuration An empty array | undefined sets resolver to be of kind, unit
getPipelineConfig in interface BaseResolverPropspublic final MappingTemplate getRequestMappingTemplate()
BaseResolverPropsDefault: - No mapping template
getRequestMappingTemplate in interface BaseResolverPropspublic final MappingTemplate getResponseMappingTemplate()
BaseResolverPropsDefault: - No mapping template
getResponseMappingTemplate in interface BaseResolverProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.