Package software.constructs
Class ISynthesisSession.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.ISynthesisSession.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
,ISynthesisSession
,ISynthesisSession.Jsii$Default
- Enclosing interface:
- ISynthesisSession
@Internal public static final class ISynthesisSession.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ISynthesisSession.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
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.constructs.ISynthesisSession
ISynthesisSession.Jsii$Default, ISynthesisSession.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOutdir()
The output directory for this synthesis session.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
getOutdir
@Stability(Stable) @NotNull public final String getOutdir()
The output directory for this synthesis session.- Specified by:
getOutdir
in interfaceISynthesisSession
- Specified by:
getOutdir
in interfaceISynthesisSession.Jsii$Default
-
-