Class CfnSegmentDefinitionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnSegmentDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSegmentDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegmentDefinitionMixinProps
@Stability(Stable)
@Internal
public static final class CfnSegmentDefinitionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegmentDefinitionMixinProps
An implementation for
CfnSegmentDefinitionMixinProps-
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.customerprofiles.CfnSegmentDefinitionMixinProps
CfnSegmentDefinitionMixinProps.Builder, CfnSegmentDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSegmentDefinitionMixinProps.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 description of the segment definition.final StringDisplay name of the segment definition.final StringThe name of the domain.final StringName of the segment definition.final ObjectContains all groups of the segment definition.final StringThe SQL query that defines the segment criteria.getTags()The tags belonging to the segment definition.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 theCfnSegmentDefinitionMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSegmentDefinitionMixinPropsThe description of the segment definition.- Specified by:
getDescriptionin interfaceCfnSegmentDefinitionMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnSegmentDefinitionMixinPropsDisplay name of the segment definition.- Specified by:
getDisplayNamein interfaceCfnSegmentDefinitionMixinProps- See Also:
-
getDomainName
Description copied from interface:CfnSegmentDefinitionMixinPropsThe name of the domain.- Specified by:
getDomainNamein interfaceCfnSegmentDefinitionMixinProps- See Also:
-
getSegmentDefinitionName
Description copied from interface:CfnSegmentDefinitionMixinPropsName of the segment definition.- Specified by:
getSegmentDefinitionNamein interfaceCfnSegmentDefinitionMixinProps- See Also:
-
getSegmentGroups
Description copied from interface:CfnSegmentDefinitionMixinPropsContains all groups of the segment definition.Returns union: either
IResolvableorCfnSegmentDefinitionPropsMixin.SegmentGroupProperty- Specified by:
getSegmentGroupsin interfaceCfnSegmentDefinitionMixinProps- See Also:
-
getSegmentSqlQuery
Description copied from interface:CfnSegmentDefinitionMixinPropsThe SQL query that defines the segment criteria.- Specified by:
getSegmentSqlQueryin interfaceCfnSegmentDefinitionMixinProps- See Also:
-
getTags
Description copied from interface:CfnSegmentDefinitionMixinPropsThe tags belonging to the segment definition.- Specified by:
getTagsin interfaceCfnSegmentDefinitionMixinProps- 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()
-