Class CfnSegment.AttributeDimensionProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnSegment.AttributeDimensionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSegment.AttributeDimensionProperty
  • Constructor Details

  • Method Details

    • getAttributeType

      public final String getAttributeType()
      Description copied from interface: CfnSegment.AttributeDimensionProperty
      The type of segment dimension to use. Valid values are:.

      • INCLUSIVE – endpoints that have attributes matching the values are included in the segment.
      • EXCLUSIVE – endpoints that have attributes matching the values are excluded from the segment.
      • CONTAINS – endpoints that have attributes' substrings match the values are included in the segment.
      • BEFORE – endpoints with attributes read as ISO_INSTANT datetimes before the value are included in the segment.
      • AFTER – endpoints with attributes read as ISO_INSTANT datetimes after the value are included in the segment.
      • BETWEEN – endpoints with attributes read as ISO_INSTANT datetimes between the values are included in the segment.
      • ON – endpoints with attributes read as ISO_INSTANT dates on the value are included in the segment. Time is ignored in this comparison.
      Specified by:
      getAttributeType in interface CfnSegment.AttributeDimensionProperty
    • getValues

      public final List<String> getValues()
      Description copied from interface: CfnSegment.AttributeDimensionProperty
      The criteria values to use for the segment dimension.

      Depending on the value of the AttributeType property, endpoints are included or excluded from the segment if their attribute values match the criteria values.

      Specified by:
      getValues in interface CfnSegment.AttributeDimensionProperty
    • $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