Class ExtendedResolverProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.ExtendedResolverProps.Jsii$Proxy
- All Implemented Interfaces:
BaseResolverProps
,ExtendedResolverProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ExtendedResolverProps
@Stability(Experimental)
@Internal
public static final class ExtendedResolverProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ExtendedResolverProps
An implementation for
ExtendedResolverProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.ExtendedResolverProps
ExtendedResolverProps.Builder, ExtendedResolverProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(ExtendedResolverProps.Builder builder) Constructor that initializes the object based on literal property values passed by theExtendedResolverProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final CachingConfig
(experimental) The caching configuration for this resolver.final BaseDataSource
(experimental) The data source this resolver is using.final String
(experimental) name of the GraphQL field in the given type this resolver is attached to.final List<IAppsyncFunction>
(experimental) configuration of the pipeline resolver.final MappingTemplate
(experimental) The request mapping template for this resolver.final MappingTemplate
(experimental) The response mapping template for this resolver.final String
(experimental) name of the GraphQL type this resolver is attached to.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theExtendedResolverProps.Builder
.
-
-
Method Details
-
getDataSource
Description copied from interface:ExtendedResolverProps
(experimental) The data source this resolver is using.Default: - No datasource
- Specified by:
getDataSource
in interfaceExtendedResolverProps
-
getFieldName
Description copied from interface:BaseResolverProps
(experimental) name of the GraphQL field in the given type this resolver is attached to.- Specified by:
getFieldName
in interfaceBaseResolverProps
-
getTypeName
Description copied from interface:BaseResolverProps
(experimental) name of the GraphQL type this resolver is attached to.- Specified by:
getTypeName
in interfaceBaseResolverProps
-
getCachingConfig
Description copied from interface:BaseResolverProps
(experimental) The caching configuration for this resolver.Default: - No caching configuration
- Specified by:
getCachingConfig
in interfaceBaseResolverProps
-
getPipelineConfig
Description copied from interface:BaseResolverProps
(experimental) configuration of the pipeline resolver.Default: - no pipeline resolver configuration An empty array | undefined sets resolver to be of kind, unit
- Specified by:
getPipelineConfig
in interfaceBaseResolverProps
-
getRequestMappingTemplate
Description copied from interface:BaseResolverProps
(experimental) The request mapping template for this resolver.Default: - No mapping template
- Specified by:
getRequestMappingTemplate
in interfaceBaseResolverProps
-
getResponseMappingTemplate
Description copied from interface:BaseResolverProps
(experimental) The response mapping template for this resolver.Default: - No mapping template
- Specified by:
getResponseMappingTemplate
in interfaceBaseResolverProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-