@Stability(value=Stable) @Internal public static final class CfnSegment.SetDimensionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSegment.SetDimensionProperty
CfnSegment.SetDimensionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnSegment.SetDimensionProperty.Builder, CfnSegment.SetDimensionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSegment.SetDimensionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSegment.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 |
getDimensionType()
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(CfnSegment.SetDimensionProperty.Builder builder)
CfnSegment.AttributeDimensionProperty.Builder.public final String getDimensionType()
CfnSegment.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 CfnSegment.SetDimensionPropertypublic final List<String> getValues()
CfnSegment.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 CfnSegment.SetDimensionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.