Class ExtensionOptions.Jsii$Proxy

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

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

    • getDescription

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

      Default: - No description.

      Specified by:
      getDescription in interface ExtensionOptions
    • getExtensionName

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

      Default: - A name is generated.

      Specified by:
      getExtensionName in interface ExtensionOptions
    • getLatestVersionNumber

      public final Number getLatestVersionNumber()
      Description copied from interface: ExtensionOptions
      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()
      Description copied from interface: ExtensionOptions
      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()
      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