Class ModelOptions.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ModelOptions.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
    The content type for the model.
    final String
    A description that identifies this model.
    final String
    A name for the model.
    The schema to use to transform data to one or more output formats.
    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(ModelOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ModelOptions.Builder.
  • Method Details

    • getSchema

      public final JsonSchema getSchema()
      Description copied from interface: ModelOptions
      The schema to use to transform data to one or more output formats.

      Specify null ({}) if you don't want to specify a schema.

      Specified by:
      getSchema in interface ModelOptions
    • getContentType

      public final String getContentType()
      Description copied from interface: ModelOptions
      The content type for the model.

      You can also force a content type in the request or response model mapping.

      Default: 'application/json'

      Specified by:
      getContentType in interface ModelOptions
    • getDescription

      public final String getDescription()
      Description copied from interface: ModelOptions
      A description that identifies this model.

      Default: None

      Specified by:
      getDescription in interface ModelOptions
    • getModelName

      public final String getModelName()
      Description copied from interface: ModelOptions
      A name for the model.

      Important If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.

      Default: If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the model name. For more information, see Name Type.

      Specified by:
      getModelName in interface ModelOptions
    • $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