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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.ExtensionAttributes
ExtensionAttributes.Builder, ExtensionAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ExtensionAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theExtensionAttributes.Builder.protectedJsii$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.JsonNodefinal booleanThe actions of the extension.final StringThe description of the extension.final StringThe Amazon Resource Name (ARN) of the extension.final StringThe ID of the extension.final NumberThe version number of the extension.final StringgetName()The name of the extension.final inthashCode()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:ExtensionAttributesThe ID of the extension.- Specified by:
getExtensionIdin interfaceExtensionAttributes
-
getExtensionVersionNumber
Description copied from interface:ExtensionAttributesThe version number of the extension.- Specified by:
getExtensionVersionNumberin interfaceExtensionAttributes
-
getActions
Description copied from interface:ExtensionAttributesThe actions of the extension.Default: - None.
- Specified by:
getActionsin interfaceExtensionAttributes
-
getDescription
Description copied from interface:ExtensionAttributesThe description of the extension.Default: - None.
- Specified by:
getDescriptionin interfaceExtensionAttributes
-
getExtensionArn
Description copied from interface:ExtensionAttributesThe Amazon Resource Name (ARN) of the extension.Default: - The extension ARN is generated.
- Specified by:
getExtensionArnin interfaceExtensionAttributes
-
getName
Description copied from interface:ExtensionAttributesThe name of the extension.Default: - None.
- Specified by:
getNamein interfaceExtensionAttributes
-
$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()
-