Class CfnSegment.RecencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnSegment.RecencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSegment.RecencyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegment.RecencyProperty
@Stability(Stable)
@Internal
public static final class CfnSegment.RecencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegment.RecencyProperty
An implementation for
CfnSegment.RecencyProperty
-
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.RecencyProperty
CfnSegment.RecencyProperty.Builder, CfnSegment.RecencyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSegment.RecencyProperty.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.RecencyProperty.Builder
.
-
-
Method Details
-
getDuration
Description copied from interface:CfnSegment.RecencyProperty
The duration to use when determining which users have been active or inactive with your app.Possible values:
HR_24
|DAY_7
|DAY_14
|DAY_30
.- Specified by:
getDuration
in interfaceCfnSegment.RecencyProperty
- See Also:
-
getRecencyType
Description copied from interface:CfnSegment.RecencyProperty
The type of recency dimension to use for the segment.Valid values are:
ACTIVE
andINACTIVE
. If the value isACTIVE
, the segment includes users who have used your app within the specified duration are included in the segment. If the value isINACTIVE
, the segment includes users who haven't used your app within the specified duration are included in the segment.- Specified by:
getRecencyType
in interfaceCfnSegment.RecencyProperty
- 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()
-