public static final class CfnCampaign.SetDimensionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.SetDimensionProperty
CfnCampaign.SetDimensionProperty
CfnCampaign.SetDimensionProperty.Builder, CfnCampaign.SetDimensionProperty.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 |
getDimensionType()
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 getDimensionType()
CfnCampaign.SetDimensionProperty
Valid values are: INCLUSIVE
, endpoints that match the criteria are included in the segment; and, EXCLUSIVE
, endpoints that match the criteria are excluded from the segment.
getDimensionType
in interface CfnCampaign.SetDimensionProperty
public final java.util.List<java.lang.String> getValues()
CfnCampaign.SetDimensionProperty
Depending on the value of the DimensionType
property, endpoints are included or excluded from the segment if their values match the criteria values.
getValues
in interface CfnCampaign.SetDimensionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()