@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.238Z") @Stability(value=Experimental) public interface MatchCapture extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.assertions.*;
Capture capture;
Object value;
MatchCapture matchCapture = MatchCapture.builder()
.capture(capture)
.value(value)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
MatchCapture.Builder
A builder for
MatchCapture |
static class |
MatchCapture.Jsii$Proxy
An implementation for
MatchCapture |
| Modifier and Type | Method and Description |
|---|---|
static MatchCapture.Builder |
builder() |
Capture |
getCapture()
(experimental) The instance of Capture class to which this capture is associated with.
|
Object |
getValue()
(experimental) The value that was captured.
|
@Stability(value=Experimental) @NotNull Capture getCapture()
@Stability(value=Experimental) @NotNull Object getValue()
@Stability(value=Experimental) static MatchCapture.Builder builder()
MatchCapture.Builder of MatchCaptureCopyright © 2022. All rights reserved.