@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-03-01T02:28:55.839Z") @Stability(value=Stable) public abstract class Reference extends Intrinsic
References are recorded.
Intrinsic.Builder
software.amazon.jsii.JsiiObject.InitializationMode
IResolvable.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, toString
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected 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 © 2022. All rights reserved.