Class CfnTopicRule.TopicRulePayloadProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.TopicRulePayloadProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.TopicRulePayloadProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTopicRule.TopicRulePayloadProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.TopicRulePayloadProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.TopicRulePayloadProperty
An implementation for
CfnTopicRule.TopicRulePayloadProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.TopicRulePayloadProperty
CfnTopicRule.TopicRulePayloadProperty.Builder, CfnTopicRule.TopicRulePayloadProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRule.TopicRulePayloadProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe actions associated with the rule.final StringThe version of the SQL rules engine to use when evaluating the rule.final StringThe description of the rule.final ObjectThe action to take when an error occurs.final ObjectSpecifies whether the rule is disabled.final StringgetSql()The SQL statement used to query the topic.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.TopicRulePayloadProperty.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnTopicRule.TopicRulePayloadPropertyThe actions associated with the rule.- Specified by:
getActionsin interfaceCfnTopicRule.TopicRulePayloadProperty
-
getSql
Description copied from interface:CfnTopicRule.TopicRulePayloadPropertyThe SQL statement used to query the topic.For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide .
- Specified by:
getSqlin interfaceCfnTopicRule.TopicRulePayloadProperty
-
getAwsIotSqlVersion
Description copied from interface:CfnTopicRule.TopicRulePayloadPropertyThe version of the SQL rules engine to use when evaluating the rule.The default value is 2015-10-08.
- Specified by:
getAwsIotSqlVersionin interfaceCfnTopicRule.TopicRulePayloadProperty
-
getDescription
Description copied from interface:CfnTopicRule.TopicRulePayloadPropertyThe description of the rule.- Specified by:
getDescriptionin interfaceCfnTopicRule.TopicRulePayloadProperty
-
getErrorAction
Description copied from interface:CfnTopicRule.TopicRulePayloadPropertyThe action to take when an error occurs.- Specified by:
getErrorActionin interfaceCfnTopicRule.TopicRulePayloadProperty
-
getRuleDisabled
Description copied from interface:CfnTopicRule.TopicRulePayloadPropertySpecifies whether the rule is disabled.- Specified by:
getRuleDisabledin interfaceCfnTopicRule.TopicRulePayloadProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-