@Stability(value=Stable) @Internal public static final class CfnCampaign.AttributeDimensionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.AttributeDimensionProperty
CfnCampaign.AttributeDimensionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCampaign.AttributeDimensionProperty.Builder, CfnCampaign.AttributeDimensionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCampaign.AttributeDimensionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCampaign.AttributeDimensionProperty.Builder. |
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(Object o) |
String |
getAttributeType()
The type of segment dimension to use.
|
List<String> |
getValues()
The criteria values to use for the segment dimension.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCampaign.AttributeDimensionProperty.Builder builder)
CfnCampaign.AttributeDimensionProperty.Builder.public final String getAttributeType()
CfnCampaign.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 CfnCampaign.AttributeDimensionPropertypublic final List<String> getValues()
CfnCampaign.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 CfnCampaign.AttributeDimensionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.