Class CfnSegmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnSegmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSegmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnSegmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegmentMixinProps
An implementation for
CfnSegmentMixinProps-
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.cfnpropertymixins.services.pinpoint.CfnSegmentMixinProps
CfnSegmentMixinProps.Builder, CfnSegmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSegmentMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSegmentMixinProps.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 StringThe unique identifier for the Amazon Pinpoint application that the segment is associated with.final ObjectAn array that defines the dimensions for the segment.final StringgetName()The name of the segment.final ObjectThe segment group to use and the dimensions to apply to the group's base segments in order to build the segment.final ObjectgetTags()An array of key-value pairs to apply to this resource.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 theCfnSegmentMixinProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnSegmentMixinPropsThe unique identifier for the Amazon Pinpoint application that the segment is associated with.- Specified by:
getApplicationIdin interfaceCfnSegmentMixinProps- See Also:
-
getDimensions
Description copied from interface:CfnSegmentMixinPropsAn array that defines the dimensions for the segment.Returns union: either
IResolvableorCfnSegmentPropsMixin.SegmentDimensionsProperty- Specified by:
getDimensionsin interfaceCfnSegmentMixinProps- See Also:
-
getName
Description copied from interface:CfnSegmentMixinPropsThe name of the segment.A segment must have a name otherwise it will not appear in the Amazon Pinpoint console.
- Specified by:
getNamein interfaceCfnSegmentMixinProps- See Also:
-
getSegmentGroups
Description copied from interface:CfnSegmentMixinPropsThe segment group to use and the dimensions to apply to the group's base segments in order to build the segment.A segment group can consist of zero or more base segments. Your request can include only one segment group.
Returns union: either
IResolvableorCfnSegmentPropsMixin.SegmentGroupsProperty- Specified by:
getSegmentGroupsin interfaceCfnSegmentMixinProps- See Also:
-
getTags
Description copied from interface:CfnSegmentMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnSegmentMixinProps- 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()
-