Class SourceApi.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.SourceApi.Jsii$Proxy
All Implemented Interfaces:
SourceApi, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SourceApi

@Stability(Stable) @Internal public static final class SourceApi.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SourceApi
An implementation for SourceApi
  • 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.SourceApi

    SourceApi.Builder, SourceApi.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SourceApi.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    Description of the Source API asssociation.
    final MergeType
    Merging option used to associate the source API to the Merged API.
    Source API that is associated with the merged API.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(SourceApi.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SourceApi.Builder.
  • Method Details

    • getSourceApi

      public final IGraphqlApi getSourceApi()
      Description copied from interface: SourceApi
      Source API that is associated with the merged API.
      Specified by:
      getSourceApi in interface SourceApi
    • getDescription

      public final String getDescription()
      Description copied from interface: SourceApi
      Description of the Source API asssociation.
      Specified by:
      getDescription in interface SourceApi
    • getMergeType

      public final MergeType getMergeType()
      Description copied from interface: SourceApi
      Merging option used to associate the source API to the Merged API.

      Default: - Auto merge. The merge is triggered automatically when the source API has changed

      Specified by:
      getMergeType in interface SourceApi
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object