public static interface WebhookResource.WebhookFilterRuleProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebhookResource.WebhookFilterRuleProperty.Builder
A builder for
WebhookResource.WebhookFilterRuleProperty |
static class |
WebhookResource.WebhookFilterRuleProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static WebhookResource.WebhookFilterRuleProperty.Builder |
builder() |
Object |
getJsonPath()
``WebhookResource.WebhookFilterRuleProperty.JsonPath``
|
Object |
getMatchEquals()
``WebhookResource.WebhookFilterRuleProperty.MatchEquals``
|
void |
setJsonPath(String value)
``WebhookResource.WebhookFilterRuleProperty.JsonPath``
|
void |
setJsonPath(software.amazon.awscdk.Token value)
``WebhookResource.WebhookFilterRuleProperty.JsonPath``
|
void |
setMatchEquals(String value)
``WebhookResource.WebhookFilterRuleProperty.MatchEquals``
|
void |
setMatchEquals(software.amazon.awscdk.Token value)
``WebhookResource.WebhookFilterRuleProperty.MatchEquals``
|
Object getJsonPath()
void setJsonPath(String value)
void setJsonPath(software.amazon.awscdk.Token value)
Object getMatchEquals()
void setMatchEquals(String value)
void setMatchEquals(software.amazon.awscdk.Token value)
static WebhookResource.WebhookFilterRuleProperty.Builder builder()
Copyright © 2018. All rights reserved.