public static final class CfnSegment.AttributeDimensionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSegment.AttributeDimensionProperty
CfnSegment.AttributeDimensionProperty
CfnSegment.AttributeDimensionProperty.Builder, CfnSegment.AttributeDimensionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAttributeType()
The type of segment dimension to use.
|
java.util.List<java.lang.String> |
getValues()
The criteria values to use for the segment dimension.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAttributeType()
CfnSegment.AttributeDimensionProperty
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.getAttributeType
in interface CfnSegment.AttributeDimensionProperty
public final java.util.List<java.lang.String> getValues()
CfnSegment.AttributeDimensionProperty
Depending on the value of the AttributeType
property, endpoints are included or excluded from the segment if their attribute values match the criteria values.
getValues
in interface CfnSegment.AttributeDimensionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()