@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.161Z") @Stability(value=Experimental) public class Result extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Result(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Result(software.amazon.jsii.JsiiObjectRef objRef) |
protected |
Result(Object value) |
| Modifier and Type | Method and Description |
|---|---|
static Result |
fromArray(List<? extends Object> value)
(experimental) The result of the operation is an array.
|
static Result |
fromBoolean(Boolean value)
(experimental) The result of the operation is a boolean.
|
static Result |
fromNumber(Number value)
(experimental) The result of the operation is a number.
|
static Result |
fromObject(Map<String,? extends Object> value)
(experimental) The result of the operation is an object.
|
static Result |
fromString(String value)
(experimental) The result of the operation is a string.
|
Object |
getValue()
(experimental) result of the Pass operation.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, 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<? extends Object> value)
value - This parameter is required.@Stability(value=Experimental) @NotNull public static Result fromBoolean(@NotNull Boolean value)
value - This parameter is required.@Stability(value=Experimental) @NotNull public static Result fromNumber(@NotNull Number value)
value - This parameter is required.@Stability(value=Experimental) @NotNull public static Result fromObject(@NotNull Map<String,? extends Object> value)
value - This parameter is required.@Stability(value=Experimental) @NotNull public static Result fromString(@NotNull String value)
value - This parameter is required.@Stability(value=Experimental) @NotNull public Object getValue()
Copyright © 2021. All rights reserved.