Class GraphqlApiAttributes.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class GraphqlApiAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GraphqlApiAttributes
An implementation for GraphqlApiAttributes
  • 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(GraphqlApiAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GraphqlApiAttributes.Builder.
  • Method Details

    • getGraphqlApiId

      public final String getGraphqlApiId()
      Description copied from interface: GraphqlApiAttributes
      (experimental) an unique AWS AppSync GraphQL API identifier i.e. 'lxz775lwdrgcndgz3nurvac7oa'.
      Specified by:
      getGraphqlApiId in interface GraphqlApiAttributes
    • getGraphqlApiArn

      public final String getGraphqlApiArn()
      Description copied from interface: GraphqlApiAttributes
      (experimental) the arn for the GraphQL Api.

      Default: - autogenerated arn

      Specified by:
      getGraphqlApiArn in interface GraphqlApiAttributes
    • $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