Class CfnTopicRuleProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRuleProps.Jsii$Proxy
All Implemented Interfaces:
CfnTopicRuleProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnTopicRuleProps

@Stability(Stable) @Internal public static final class CfnTopicRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTopicRuleProps
An implementation for CfnTopicRuleProps
  • 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

      protected Jsii$Proxy(CfnTopicRuleProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnTopicRuleProps.Builder.
  • Method Details

    • getTopicRulePayload

      public final Object getTopicRulePayload()
      Description copied from interface: CfnTopicRuleProps
      The rule payload.
      Specified by:
      getTopicRulePayload in interface CfnTopicRuleProps
    • getRuleName

      public final String getRuleName()
      Description copied from interface: CfnTopicRuleProps
      The name of the rule.
      Specified by:
      getRuleName in interface CfnTopicRuleProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnTopicRuleProps
      Metadata which can be used to manage the topic rule.

      For URI Request parameters use format: ...key1=value1&key2=value2...

      For the CLI command-line parameter use format: --tags "key1=value1&key2=value2..."

      For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."

      Specified by:
      getTags in interface CfnTopicRuleProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object