@Stability(value=Stable)
public static interface CfnDetectorModel.PayloadProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotevents.*;
PayloadProperty payloadProperty = PayloadProperty.builder()
.contentExpression("contentExpression")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorModel.PayloadProperty.Builder
A builder for
CfnDetectorModel.PayloadProperty |
static class |
CfnDetectorModel.PayloadProperty.Jsii$Proxy
An implementation for
CfnDetectorModel.PayloadProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorModel.PayloadProperty.Builder |
builder() |
String |
getContentExpression()
`CfnDetectorModel.PayloadProperty.ContentExpression`.
|
String |
getType()
`CfnDetectorModel.PayloadProperty.Type`.
|
@Stability(value=Stable) @NotNull String getContentExpression()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnDetectorModel.PayloadProperty.Builder builder()
Copyright © 2021. All rights reserved.