@Generated(value="jsii-pacmak/0.17.0 (build 7d5d104)", date="2019-09-30T08:21:28.932Z") @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) |
| Modifier and Type | Method and Description |
|---|---|
IConstruct |
getTarget() |
static Boolean |
isReference(Object x)
Check whether this is actually a Reference.
|
getCreationStack, newError, resolve, toJSON, toStringjsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRefprotected Reference(software.amazon.jsii.JsiiObjectRef objRef)
protected Reference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@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 IConstruct getTarget()
Copyright © 2019. All rights reserved.