Package io.github.cdklabs.projen.awscdk
Class AwsCdkPackageNames.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.awscdk.AwsCdkPackageNames.Jsii$Proxy
-
- All Implemented Interfaces:
AwsCdkPackageNames,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AwsCdkPackageNames
@Stability(Experimental) @Internal public static final class AwsCdkPackageNames.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsCdkPackageNames
An implementation forAwsCdkPackageNames
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.awscdk.AwsCdkPackageNames
AwsCdkPackageNames.Builder, AwsCdkPackageNames.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AwsCdkPackageNames.Builder builder)Constructor that initializes the object based on literal property values passed by theAwsCdkPackageNames.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAssertions()(experimental) Fully qualified name of the assertions library package.StringgetAssertValue()(experimental) Fully qualified name of the assert library package Can be empty as it's only really available for javascript projects.StringgetConstructs()(experimental) Fully qualified name of the constructs library package.StringgetCoreV1()(experimental) Fully qualified name of the core framework package for CDKv1.StringgetCoreV2()(experimental) Fully qualified name of the core framework package for CDKv2.inthashCode()
-
-
-
Constructor Detail
-
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(AwsCdkPackageNames.Builder builder)
Constructor that initializes the object based on literal property values passed by theAwsCdkPackageNames.Builder.
-
-
Method Detail
-
getAssertions
public final String getAssertions()
Description copied from interface:AwsCdkPackageNames(experimental) Fully qualified name of the assertions library package.- Specified by:
getAssertionsin interfaceAwsCdkPackageNames
-
getConstructs
public final String getConstructs()
Description copied from interface:AwsCdkPackageNames(experimental) Fully qualified name of the constructs library package.- Specified by:
getConstructsin interfaceAwsCdkPackageNames
-
getCoreV1
public final String getCoreV1()
Description copied from interface:AwsCdkPackageNames(experimental) Fully qualified name of the core framework package for CDKv1.- Specified by:
getCoreV1in interfaceAwsCdkPackageNames
-
getCoreV2
public final String getCoreV2()
Description copied from interface:AwsCdkPackageNames(experimental) Fully qualified name of the core framework package for CDKv2.- Specified by:
getCoreV2in interfaceAwsCdkPackageNames
-
getAssertValue
public final String getAssertValue()
Description copied from interface:AwsCdkPackageNames(experimental) Fully qualified name of the assert library package Can be empty as it's only really available for javascript projects.- Specified by:
getAssertValuein interfaceAwsCdkPackageNames
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-