Class CfnDetectorModel.PayloadProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnDetectorModel.PayloadProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetectorModel.PayloadProperty
An implementation for CfnDetectorModel.PayloadProperty
  • 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(CfnDetectorModel.PayloadProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDetectorModel.PayloadProperty.Builder.
  • Method Details

    • getContentExpression

      public final String getContentExpression()
      Description copied from interface: CfnDetectorModel.PayloadProperty
      The content of the payload.

      You can use a string expression that includes quoted strings ( '<string>' ), variables ( $variable.<variable-name> ), input values ( $input.<input-name>.<path-to-datum> ), string concatenations, and quoted strings that contain ${} as the content. The recommended maximum size of a content expression is 1 KB.

      Specified by:
      getContentExpression in interface CfnDetectorModel.PayloadProperty
    • getType

      public final String getType()
      Description copied from interface: CfnDetectorModel.PayloadProperty
      The value of the payload type can be either STRING or JSON .
      Specified by:
      getType in interface CfnDetectorModel.PayloadProperty
    • $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