@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:15.985Z") @Stability(value=Experimental) public interface AssertionResult extends software.amazon.jsii.JsiiSerializable
Needed to access the whole message via getAtt() on the custom resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.integtests.*;
AssertionResult assertionResult = AssertionResult.builder()
.data("data")
// the properties below are optional
.failed(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssertionResult.Builder
A builder for
AssertionResult |
static class |
AssertionResult.Jsii$Proxy
An implementation for
AssertionResult |
| Modifier and Type | Method and Description |
|---|---|
static AssertionResult.Builder |
builder() |
String |
getData()
(experimental) The result of an assertion.
|
default Boolean |
getFailed()
(experimental) Whether or not the assertion failed.
|
@Stability(value=Experimental) @NotNull String getData()
@Stability(value=Experimental) @Nullable default Boolean getFailed()
Default: false
@Stability(value=Experimental) static AssertionResult.Builder builder()
AssertionResult.Builder of AssertionResultCopyright © 2022. All rights reserved.