@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.186Z") @Stability(value=Experimental) public class TokenComparison extends software.amazon.jsii.JsiiObject
The return type of {@link Token.compareStrings}.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; TokenComparison tokenComparison = TokenComparison.BOTH_UNRESOLVED;
| Modifier and Type | Field and Description |
|---|---|
static TokenComparison |
BOTH_UNRESOLVED
(experimental) This means both components are Tokens.
|
static TokenComparison |
DIFFERENT
(experimental) This means we're certain the two components are NOT Tokens, and different.
|
static TokenComparison |
ONE_UNRESOLVED
(experimental) This means exactly one of the components is a Token.
|
static TokenComparison |
SAME
(experimental) This means we're certain the two components are NOT Tokens, and identical.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TokenComparison(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
TokenComparison(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final TokenComparison BOTH_UNRESOLVED
@Stability(value=Experimental) public static final TokenComparison DIFFERENT
@Stability(value=Experimental) public static final TokenComparison ONE_UNRESOLVED
@Stability(value=Experimental) public static final TokenComparison SAME
Copyright © 2022. All rights reserved.