@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.771Z") @Stability(value=Stable) public class Token extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Token(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Token(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IResolvable |
asAny(Object value)
Return a resolvable representation of the given value.
|
static List<String> |
asList(Object value)
Return a reversible list representation of this token.
|
static List<String> |
asList(Object value,
EncodingOptions options)
Return a reversible list representation of this token.
|
static Number |
asNumber(Object value)
Return a reversible number representation of this token.
|
static String |
asString(Object value)
Return a reversible string representation of this token.
|
static String |
asString(Object value,
EncodingOptions options)
Return a reversible string representation of this token.
|
static Boolean |
isUnresolved(Object obj)
Returns true if obj represents an unresolved value.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Token(software.amazon.jsii.JsiiObjectRef objRef)
protected Token(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public static IResolvable asAny(Object value)
value - This parameter is required.@Stability(value=Stable) public static List<String> asList(Object value, EncodingOptions options)
value - This parameter is required.options - @Stability(value=Stable) public static List<String> asList(Object value)
value - This parameter is required.@Stability(value=Stable) public static Number asNumber(Object value)
value - This parameter is required.@Stability(value=Stable) public static String asString(Object value, EncodingOptions options)
value - This parameter is required.options - @Stability(value=Stable) public static String asString(Object value)
value - This parameter is required.@Stability(value=Stable) public static Boolean isUnresolved(Object obj)
obj - The object to test. This parameter is required.Copyright © 2019. All rights reserved.