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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.ExtensionOptions
ExtensionOptions.Builder, ExtensionOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ExtensionOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theExtensionOptions.Builder.protectedJsii$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:ExtensionOptionsA description of the extension.Default: - No description.
- Specified by:
getDescriptionin interfaceExtensionOptions
-
getExtensionName
Description copied from interface:ExtensionOptionsThe name of the extension.Default: - A name is generated.
- Specified by:
getExtensionNamein interfaceExtensionOptions
-
getLatestVersionNumber
Description copied from interface:ExtensionOptionsThe 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:
getLatestVersionNumberin interfaceExtensionOptions
-
getParameters
Description copied from interface:ExtensionOptionsThe parameters accepted for the extension.Default: - None.
- Specified by:
getParametersin interfaceExtensionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-