Class CfnCampaign.AttributeDimensionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.AttributeDimensionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.AttributeDimensionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCampaign.AttributeDimensionProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.AttributeDimensionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.AttributeDimensionProperty
An implementation for
CfnCampaign.AttributeDimensionProperty
-
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.CfnCampaign.AttributeDimensionProperty
CfnCampaign.AttributeDimensionProperty.Builder, CfnCampaign.AttributeDimensionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.AttributeDimensionProperty.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 theCfnCampaign.AttributeDimensionProperty.Builder
.
-
-
Method Details
-
getAttributeType
Description copied from interface:CfnCampaign.AttributeDimensionProperty
The type of segment dimension to use. Valid values are:.INCLUSIVE
– endpoints that have attributes matching the values are included in the segment.EXCLUSIVE
– endpoints that have attributes matching the values are excluded from the segment.CONTAINS
– endpoints that have attributes' substrings match the values are included in the segment.BEFORE
– endpoints with attributes read as ISO_INSTANT datetimes before the value are included in the segment.AFTER
– endpoints with attributes read as ISO_INSTANT datetimes after the value are included in the segment.BETWEEN
– endpoints with attributes read as ISO_INSTANT datetimes between the values are included in the segment.ON
– endpoints with attributes read as ISO_INSTANT dates on the value are included in the segment. Time is ignored in this comparison.
- Specified by:
getAttributeType
in interfaceCfnCampaign.AttributeDimensionProperty
-
getValues
Description copied from interface:CfnCampaign.AttributeDimensionProperty
The criteria values to use for the segment dimension.Depending on the value of the
AttributeType
property, endpoints are included or excluded from the segment if their attribute values match the criteria values.- Specified by:
getValues
in interfaceCfnCampaign.AttributeDimensionProperty
-
$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()
-