Class IField.Jsii$Proxy

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

@Internal public static final class IField.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IField.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • 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.IField

    IField.Jsii$Default, IField.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
    (experimental) Generate the arguments for this field.
    final String
    (experimental) Generate the directives for this field.
    final String
    (experimental) Generate the directives for this field.
    (experimental) The options to make this field resolvable.
    (experimental) the intermediate type linked to this attribute (i.e.
    final Boolean
    (experimental) property determining if this attribute is a list i.e.
    final Boolean
    (experimental) property determining if this attribute is non-nullable i.e.
    final Boolean
    (experimental) property determining if this attribute is a non-nullable list i.e.
    final Type
    (experimental) the type of attribute.
    final String
    (experimental) Generate the string for this attribute.

    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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • getIsList

      @Stability(Experimental) @NotNull public final Boolean getIsList()
      (experimental) property determining if this attribute is a list i.e. if true, attribute would be [Type].

      Default: false

      Specified by:
      getIsList in interface IField
      Specified by:
      getIsList in interface IField.Jsii$Default
    • getIsRequired

      @Stability(Experimental) @NotNull public final Boolean getIsRequired()
      (experimental) property determining if this attribute is non-nullable i.e. if true, attribute would be Type! and this attribute must always have a value.

      Default: false

      Specified by:
      getIsRequired in interface IField
      Specified by:
      getIsRequired in interface IField.Jsii$Default
    • getIsRequiredList

      @Stability(Experimental) @NotNull public final Boolean getIsRequiredList()
      (experimental) property determining if this attribute is a non-nullable list i.e. if true, attribute would be [ Type ]! and this attribute's list must always have a value.

      Default: false

      Specified by:
      getIsRequiredList in interface IField
      Specified by:
      getIsRequiredList in interface IField.Jsii$Default
    • getType

      @Stability(Experimental) @NotNull public final Type getType()
      (experimental) the type of attribute.
      Specified by:
      getType in interface IField
      Specified by:
      getType in interface IField.Jsii$Default
    • getFieldOptions

      @Stability(Experimental) @Nullable public final ResolvableFieldOptions getFieldOptions()
      (experimental) The options to make this field resolvable.

      Default: - not a resolvable field

      Specified by:
      getFieldOptions in interface IField
      Specified by:
      getFieldOptions in interface IField.Jsii$Default
    • getIntermediateType

      @Stability(Experimental) @Nullable public final IIntermediateType getIntermediateType()
      (experimental) the intermediate type linked to this attribute (i.e. an interface or an object).

      Default: - no intermediate type

      Specified by:
      getIntermediateType in interface IField
      Specified by:
      getIntermediateType in interface IField.Jsii$Default
    • argsToString

      @Stability(Experimental) @NotNull public final String argsToString()
      (experimental) Generate the arguments for this field.
      Specified by:
      argsToString in interface IField
      Specified by:
      argsToString in interface IField.Jsii$Default
    • directivesToString

      @Stability(Experimental) @NotNull public final String directivesToString(@Nullable List<AuthorizationType> modes)
      (experimental) Generate the directives for this field.

      Default: - no authorization modes

      Specified by:
      directivesToString in interface IField
      Specified by:
      directivesToString in interface IField.Jsii$Default
      Parameters:
      modes - the authorization modes of the graphql api.
    • directivesToString

      @Stability(Experimental) @NotNull public final String directivesToString()
      (experimental) Generate the directives for this field.

      Default: - no authorization modes

      Specified by:
      directivesToString in interface IField
    • toString

      @Stability(Experimental) @NotNull public final String toString()
      (experimental) Generate the string for this attribute.
      Specified by:
      toString in interface IField
      Overrides:
      toString in class Object