Class ResolverProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.ResolverProps.Jsii$Proxy
- All Implemented Interfaces:
BaseResolverProps
,ExtendedResolverProps
,ResolverProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ResolverProps
@Stability(Experimental)
@Internal
public static final class ResolverProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ResolverProps
An implementation for
ResolverProps
-
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.ResolverProps
ResolverProps.Builder, ResolverProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ResolverProps.Builder builder) Constructor that initializes the object based on literal property values passed by theResolverProps.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 IGraphqlApi
getApi()
(experimental) The API this resolver is attached to.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 theResolverProps.Builder
.
-
-
Method Details
-
getApi
Description copied from interface:ResolverProps
(experimental) The API this resolver is attached to.- Specified by:
getApi
in interfaceResolverProps
-
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()
-