@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.763Z") @Stability(value=Stable) public abstract class Reference extends Intrinsic
| 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, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Reference(software.amazon.jsii.JsiiObjectRef objRef)
protected Reference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) protected Reference(Object value, IConstruct target, String displayName)
value - This parameter is required.target - This parameter is required.displayName - @Stability(value=Stable) protected Reference(Object value, IConstruct target)
value - This parameter is required.target - This parameter is required.@Stability(value=Stable) public static Boolean isReference(Object x)
x - This parameter is required.@Stability(value=Stable) public String getDisplayName()
@Stability(value=Stable) public IConstruct getTarget()
Copyright © 2019. All rights reserved.