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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnSegment.DemographicProperty
CfnSegment.DemographicProperty.Builder, CfnSegment.DemographicProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSegment.DemographicProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe app version criteria for the segment.final ObjectThe channel criteria for the segment.final ObjectThe device type criteria for the segment.final ObjectgetMake()The device make criteria for the segment.final ObjectgetModel()The device model criteria for the segment.final ObjectThe device platform criteria for the segment.final inthashCode()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.DemographicPropertyThe app version criteria for the segment.Returns union: either
IResolvableorCfnSegment.SetDimensionProperty- Specified by:
getAppVersionin interfaceCfnSegment.DemographicProperty- See Also:
-
getChannel
Description copied from interface:CfnSegment.DemographicPropertyThe channel criteria for the segment.Returns union: either
IResolvableorCfnSegment.SetDimensionProperty- Specified by:
getChannelin interfaceCfnSegment.DemographicProperty- See Also:
-
getDeviceType
Description copied from interface:CfnSegment.DemographicPropertyThe device type criteria for the segment.Returns union: either
IResolvableorCfnSegment.SetDimensionProperty- Specified by:
getDeviceTypein interfaceCfnSegment.DemographicProperty- See Also:
-
getMake
Description copied from interface:CfnSegment.DemographicPropertyThe device make criteria for the segment.Returns union: either
IResolvableorCfnSegment.SetDimensionProperty- Specified by:
getMakein interfaceCfnSegment.DemographicProperty- See Also:
-
getModel
Description copied from interface:CfnSegment.DemographicPropertyThe device model criteria for the segment.Returns union: either
IResolvableorCfnSegment.SetDimensionProperty- Specified by:
getModelin interfaceCfnSegment.DemographicProperty- See Also:
-
getPlatform
Description copied from interface:CfnSegment.DemographicPropertyThe device platform criteria for the segment.Returns union: either
IResolvableorCfnSegment.SetDimensionProperty- Specified by:
getPlatformin interfaceCfnSegment.DemographicProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-