Class CfnRule.ReferenceProperty.Jsii$Proxy

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

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

    • getType

      public final String getType()
      Description copied from interface: CfnRule.ReferenceProperty
      The type of the reference. DATE must be of type Epoch timestamp.

      Allowed values : URL | ATTACHMENT | NUMBER | STRING | DATE | EMAIL

      Specified by:
      getType in interface CfnRule.ReferenceProperty
    • getValue

      public final String getValue()
      Description copied from interface: CfnRule.ReferenceProperty
      A valid value for the reference.

      For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).

      Specified by:
      getValue in interface CfnRule.ReferenceProperty
    • $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