Class ExtensionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.alpha.ExtensionProps.Jsii$Proxy
All Implemented Interfaces:
ExtensionOptions, ExtensionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ExtensionProps

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the ExtensionProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final List<Action>
    Deprecated.
    (deprecated) The actions for the extension.
    final String
    Deprecated.
    (deprecated) A description of the extension.
    final String
    Deprecated.
    (deprecated) The name of the extension.
    final Number
    Deprecated.
    (deprecated) The latest version number of the extension.
    Deprecated.
    (deprecated) The parameters accepted for the extension.
    final int
    Deprecated.
     

    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)
      Deprecated.
      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(ExtensionProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the ExtensionProps.Builder.
  • Method Details

    • getActions

      public final List<Action> getActions()
      Deprecated.
      Description copied from interface: ExtensionProps
      (deprecated) The actions for the extension.
      Specified by:
      getActions in interface ExtensionProps
    • getDescription

      public final String getDescription()
      Deprecated.
      Description copied from interface: ExtensionOptions
      (deprecated) A description of the extension.

      Default: - No description.

      Specified by:
      getDescription in interface ExtensionOptions
    • getExtensionName

      public final String getExtensionName()
      Deprecated.
      Description copied from interface: ExtensionOptions
      (deprecated) The name of the extension.

      Default: - A name is generated.

      Specified by:
      getExtensionName in interface ExtensionOptions
    • getLatestVersionNumber

      public final Number getLatestVersionNumber()
      Deprecated.
      Description copied from interface: ExtensionOptions
      (deprecated) The latest version number of the extension.

      When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field.

      Default: - None.

      Specified by:
      getLatestVersionNumber in interface ExtensionOptions
    • getParameters

      public final List<Parameter> getParameters()
      Deprecated.
      Description copied from interface: ExtensionOptions
      (deprecated) The parameters accepted for the extension.

      Default: - None.

      Specified by:
      getParameters in interface ExtensionOptions
    • $jsii$toJson

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

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

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