Class ModelProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ModelProps.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.
    final IRestApi
    The rest API that this model is part of.
    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(ModelProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ModelProps.Builder.
  • Method Details

    • getRestApi

      public final IRestApi getRestApi()
      Description copied from interface: ModelProps
      The rest API that this model is part of.

      The reason we need the RestApi object itself and not just the ID is because the model is being tracked by the top-level RestApi object for the purpose of calculating it's hash to determine the ID of the deployment. This allows us to automatically update the deployment when the model of the REST API changes.

      Specified by:
      getRestApi in interface ModelProps
    • 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