Class ExtensionAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.ExtensionAttributes.Jsii$Proxy
- All Implemented Interfaces:
ExtensionAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ExtensionAttributes
@Stability(Stable)
@Internal
public static final class ExtensionAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ExtensionAttributes
An implementation for
ExtensionAttributes
-
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.ExtensionAttributes
ExtensionAttributes.Builder, ExtensionAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ExtensionAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theExtensionAttributes.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The actions of the extension.final String
The description of the extension.final String
The Amazon Resource Name (ARN) of the extension.final String
The ID of the extension.final Number
The version number of the extension.final String
getName()
The name of the extension.final int
hashCode()
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 theExtensionAttributes.Builder
.
-
-
Method Details
-
getExtensionId
Description copied from interface:ExtensionAttributes
The ID of the extension.- Specified by:
getExtensionId
in interfaceExtensionAttributes
-
getExtensionVersionNumber
Description copied from interface:ExtensionAttributes
The version number of the extension.- Specified by:
getExtensionVersionNumber
in interfaceExtensionAttributes
-
getActions
Description copied from interface:ExtensionAttributes
The actions of the extension.Default: - None.
- Specified by:
getActions
in interfaceExtensionAttributes
-
getDescription
Description copied from interface:ExtensionAttributes
The description of the extension.Default: - None.
- Specified by:
getDescription
in interfaceExtensionAttributes
-
getExtensionArn
Description copied from interface:ExtensionAttributes
The Amazon Resource Name (ARN) of the extension.Default: - The extension ARN is generated.
- Specified by:
getExtensionArn
in interfaceExtensionAttributes
-
getName
Description copied from interface:ExtensionAttributes
The name of the extension.Default: - None.
- Specified by:
getName
in interfaceExtensionAttributes
-
$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()
-