Package software.amazon.awscdk.cxapi
Class AssemblyBuildOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cxapi.AssemblyBuildOptions.Jsii$Proxy
- All Implemented Interfaces:
AssemblyBuildOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AssemblyBuildOptions
@Stability(Stable)
@Internal
public static final class AssemblyBuildOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AssemblyBuildOptions
An implementation for
AssemblyBuildOptions
-
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.cxapi.AssemblyBuildOptions
AssemblyBuildOptions.Builder, AssemblyBuildOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AssemblyBuildOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theAssemblyBuildOptions.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
final RuntimeInfo
(deprecated) Include the specified runtime information (module versions) in manifest.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 theAssemblyBuildOptions.Builder
.
-
-
Method Details
-
getRuntimeInfo
Description copied from interface:AssemblyBuildOptions
(deprecated) Include the specified runtime information (module versions) in manifest.Default: - if this option is not specified, runtime info will not be included
- Specified by:
getRuntimeInfo
in interfaceAssemblyBuildOptions
-
$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()
-