@Generated(value="jsii-pacmak/1.28.0 (build 1801f4f)", date="2021-04-20T16:33:50.145Z") @Stability(value=Stable) public abstract class Reference extends Intrinsic
References are recorded.
Intrinsic.Buildersoftware.amazon.jsii.JsiiObject.InitializationModeIResolvable.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
Reference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Reference(software.amazon.jsii.JsiiObjectRef objRef) |
protected |
Reference(Object value,
IConstruct target) |
protected |
Reference(Object value,
IConstruct target,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
IConstruct |
getTarget() |
static Boolean |
isReference(Object x)
Check whether this is actually a Reference.
|
getCreationStack, newError, resolve, toJSON, toStringjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Reference(software.amazon.jsii.JsiiObjectRef objRef)
protected Reference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected Reference(@NotNull
Object value,
@NotNull
IConstruct target,
@Nullable
String displayName)
value - This parameter is required.target - This parameter is required.displayName - @Stability(value=Stable)
protected Reference(@NotNull
Object value,
@NotNull
IConstruct target)
value - This parameter is required.target - This parameter is required.@Stability(value=Stable) @NotNull public static Boolean isReference(@NotNull Object x)
x - This parameter is required.@Stability(value=Stable) @NotNull public String getDisplayName()
@Stability(value=Stable) @NotNull public IConstruct getTarget()
Copyright © 2021. All rights reserved.