public static final class CfnSegmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSegmentProps
CfnSegmentProps
CfnSegmentProps.Builder, CfnSegmentProps.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 |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that the segment is associated with.
|
java.lang.Object |
getDimensions()
The criteria that define the dimensions for the segment.
|
java.lang.String |
getName()
The name of the segment.
|
java.lang.Object |
getSegmentGroups()
The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
|
java.lang.Object |
getTags()
An array of key-value pairs to apply to this resource.
|
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 getApplicationId()
CfnSegmentProps
getApplicationId
in interface CfnSegmentProps
public final java.lang.String getName()
CfnSegmentProps
A segment must have a name otherwise it will not appear in the Amazon Pinpoint console.
getName
in interface CfnSegmentProps
public final java.lang.Object getDimensions()
CfnSegmentProps
getDimensions
in interface CfnSegmentProps
public final java.lang.Object getSegmentGroups()
CfnSegmentProps
A segment group can consist of zero or more base segments. Your request can include only one segment group.
getSegmentGroups
in interface CfnSegmentProps
public final java.lang.Object getTags()
CfnSegmentProps
For more information, see Tag .
getTags
in interface CfnSegmentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()