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
-
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.ExtensionOptions
ExtensionOptions.Builder, ExtensionOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ExtensionOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theExtensionOptions.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theExtensionOptions.Builder
.
-
-
Method Details
-
getDescription
Description copied from interface:ExtensionOptions
A description of the extension.Default: - No description.
- Specified by:
getDescription
in interfaceExtensionOptions
-
getExtensionName
Description copied from interface:ExtensionOptions
The name of the extension.Default: - A name is generated.
- Specified by:
getExtensionName
in interfaceExtensionOptions
-
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 interfaceExtensionOptions
-
getParameters
Description copied from interface:ExtensionOptions
The parameters accepted for the extension.Default: - None.
- Specified by:
getParameters
in interfaceExtensionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-