@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:44.843Z") @Stability(value=Experimental) 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,
software.constructs.IConstruct target) |
protected |
Reference(Object value,
software.constructs.IConstruct target,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
software.constructs.IConstruct |
getTarget() |
static Boolean |
isReference(Object x)
(experimental) 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=Experimental)
protected Reference(@NotNull
Object value,
@NotNull
software.constructs.IConstruct target,
@Nullable
String displayName)
value - This parameter is required.target - This parameter is required.displayName - @Stability(value=Experimental)
protected Reference(@NotNull
Object value,
@NotNull
software.constructs.IConstruct target)
value - This parameter is required.target - This parameter is required.@Stability(value=Experimental) @NotNull public static Boolean isReference(@NotNull Object x)
x - This parameter is required.@Stability(value=Experimental) @NotNull public String getDisplayName()
@Stability(value=Experimental) @NotNull public software.constructs.IConstruct getTarget()
Copyright © 2021. All rights reserved.