Class CfnSegmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnSegmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSegmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSegmentProps
@Stability(Stable)
@Internal
public static final class CfnSegmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegmentProps
An implementation for
CfnSegmentProps-
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.CfnSegmentProps
CfnSegmentProps.Builder, CfnSegmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSegmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSegmentProps.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 ObjectThe criteria that define 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 theCfnSegmentProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnSegmentPropsThe unique identifier for the Amazon Pinpoint application that the segment is associated with.- Specified by:
getApplicationIdin interfaceCfnSegmentProps
-
getName
Description copied from interface:CfnSegmentPropsThe name of the segment.A segment must have a name otherwise it will not appear in the Amazon Pinpoint console.
- Specified by:
getNamein interfaceCfnSegmentProps
-
getDimensions
Description copied from interface:CfnSegmentPropsThe criteria that define the dimensions for the segment.- Specified by:
getDimensionsin interfaceCfnSegmentProps
-
getSegmentGroups
Description copied from interface:CfnSegmentPropsThe 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.
- Specified by:
getSegmentGroupsin interfaceCfnSegmentProps
-
getTags
Description copied from interface:CfnSegmentPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnSegmentProps
-
$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()
-