public static final class IResolvable.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IResolvable
software.amazon.jsii.JsiiObject.InitializationMode
IResolvable.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCreationStack()
The creation stack of this resolvable which will be appended to errors thrown during resolution.
|
Object |
resolve(IResolveContext context)
Produce the Token's value at resolution time.
|
String |
toString()
Return a string representation of this resolvable object.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet
@Stability(value=Stable) public List<String> getCreationStack()
getCreationStack
in interface IResolvable
@Stability(value=Stable) public Object resolve(IResolveContext context)
resolve
in interface IResolvable
context
- This parameter is required.@Stability(value=Stable) public String toString()
toString
in interface IResolvable
toString
in class Object
Copyright © 2019. All rights reserved.