public static final class CfnSegment.SegmentDimensionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSegment.SegmentDimensionsProperty
CfnSegment.SegmentDimensionsProperty
CfnSegment.SegmentDimensionsProperty.Builder, CfnSegment.SegmentDimensionsProperty.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.Object |
getAttributes()
One or more custom attributes to use as criteria for the segment.
|
java.lang.Object |
getBehavior()
The behavior-based criteria, such as how recently users have used your app, for the segment.
|
java.lang.Object |
getDemographic()
The demographic-based criteria, such as device platform, for the segment.
|
java.lang.Object |
getLocation()
The location-based criteria, such as region or GPS coordinates, for the segment.
|
java.lang.Object |
getMetrics()
One or more custom metrics to use as criteria for the segment.
|
java.lang.Object |
getUserAttributes()
One or more custom user attributes to use as criteria for the segment.
|
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.Object getAttributes()
CfnSegment.SegmentDimensionsProperty
getAttributes
in interface CfnSegment.SegmentDimensionsProperty
public final java.lang.Object getBehavior()
CfnSegment.SegmentDimensionsProperty
getBehavior
in interface CfnSegment.SegmentDimensionsProperty
public final java.lang.Object getDemographic()
CfnSegment.SegmentDimensionsProperty
getDemographic
in interface CfnSegment.SegmentDimensionsProperty
public final java.lang.Object getLocation()
CfnSegment.SegmentDimensionsProperty
getLocation
in interface CfnSegment.SegmentDimensionsProperty
public final java.lang.Object getMetrics()
CfnSegment.SegmentDimensionsProperty
getMetrics
in interface CfnSegment.SegmentDimensionsProperty
public final java.lang.Object getUserAttributes()
CfnSegment.SegmentDimensionsProperty
getUserAttributes
in interface CfnSegment.SegmentDimensionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()