Class CfnSegment.DemographicProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnSegment.DemographicProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSegment.DemographicProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegment.DemographicProperty
@Stability(Stable)
@Internal
public static final class CfnSegment.DemographicProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegment.DemographicProperty
An implementation for
CfnSegment.DemographicProperty
-
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.DemographicProperty
CfnSegment.DemographicProperty.Builder, CfnSegment.DemographicProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSegment.DemographicProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The app version criteria for the segment.final Object
The channel criteria for the segment.final Object
The device type criteria for the segment.final Object
getMake()
The device make criteria for the segment.final Object
getModel()
The device model criteria for the segment.final Object
The device platform criteria for the segment.final int
hashCode()
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.DemographicProperty.Builder
.
-
-
Method Details
-
getAppVersion
Description copied from interface:CfnSegment.DemographicProperty
The app version criteria for the segment.- Specified by:
getAppVersion
in interfaceCfnSegment.DemographicProperty
- See Also:
-
getChannel
Description copied from interface:CfnSegment.DemographicProperty
The channel criteria for the segment.- Specified by:
getChannel
in interfaceCfnSegment.DemographicProperty
- See Also:
-
getDeviceType
Description copied from interface:CfnSegment.DemographicProperty
The device type criteria for the segment.- Specified by:
getDeviceType
in interfaceCfnSegment.DemographicProperty
- See Also:
-
getMake
Description copied from interface:CfnSegment.DemographicProperty
The device make criteria for the segment.- Specified by:
getMake
in interfaceCfnSegment.DemographicProperty
- See Also:
-
getModel
Description copied from interface:CfnSegment.DemographicProperty
The device model criteria for the segment.- Specified by:
getModel
in interfaceCfnSegment.DemographicProperty
- See Also:
-
getPlatform
Description copied from interface:CfnSegment.DemographicProperty
The device platform criteria for the segment.- Specified by:
getPlatform
in interfaceCfnSegment.DemographicProperty
- 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()
-