Class CfnSegment.SetDimensionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnSegment.SetDimensionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSegment.SetDimensionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegment.SetDimensionProperty
@Stability(Stable)
@Internal
public static final class CfnSegment.SetDimensionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegment.SetDimensionProperty
An implementation for
CfnSegment.SetDimensionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnSegment.SetDimensionProperty
CfnSegment.SetDimensionProperty.Builder, CfnSegment.SetDimensionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSegment.SetDimensionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSegment.SetDimensionProperty.Builder
.
-
-
Method Details
-
getDimensionType
Description copied from interface:CfnSegment.SetDimensionProperty
The type of segment dimension to use.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.- Specified by:
getDimensionType
in interfaceCfnSegment.SetDimensionProperty
- See Also:
-
getValues
Description copied from interface:CfnSegment.SetDimensionProperty
The criteria values to use for the segment dimension.Depending on the value of the
DimensionType
property, endpoints are included or excluded from the segment if their values match the criteria values.- Specified by:
getValues
in interfaceCfnSegment.SetDimensionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-