@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.924Z") @Stability(value=Experimental) public class Result extends software.amazon.jsii.JsiiObject
EXPERIMENTAL
| Modifier | Constructor and Description |
|---|---|
protected |
Result(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Result(software.amazon.jsii.JsiiObjectRef objRef) |
protected |
Result(Object value)
EXPERIMENTAL
|
| Modifier and Type | Method and Description |
|---|---|
static Result |
fromArray(List<Object> value)
The result of the operation is an array.
|
static Result |
fromBoolean(Boolean value)
The result of the operation is a boolean.
|
static Result |
fromNumber(Number value)
The result of the operation is a number.
|
static Result |
fromObject(Map<String,Object> value)
The result of the operation is an object.
|
static Result |
fromString(String value)
The result of the operation is a string.
|
Object |
getValue()
result of the Pass operation.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected Result(software.amazon.jsii.JsiiObjectRef objRef)
protected Result(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
protected Result(@NotNull
Object value)
value - result of the Pass operation. This parameter is required.@Stability(value=Experimental) @NotNull public static Result fromArray(@NotNull List<Object> value)
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public static Result fromBoolean(@NotNull Boolean value)
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public static Result fromNumber(@NotNull Number value)
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public static Result fromObject(@NotNull Map<String,Object> value)
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public static Result fromString(@NotNull String value)
EXPERIMENTAL
value - This parameter is required.@Stability(value=Experimental) @NotNull public Object getValue()
EXPERIMENTAL
Copyright © 2020. All rights reserved.