@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.962Z") @Stability(value=Stable) 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()
The instance of Capture class to which this capture is associated with.
|
Object |
getValue()
The value that was captured.
|
@Stability(value=Stable) @NotNull Capture getCapture()
@Stability(value=Stable) @NotNull Object getValue()
@Stability(value=Stable) static MatchCapture.Builder builder()
MatchCapture.Builder of MatchCaptureCopyright © 2022. All rights reserved.