Class CfnSegmentDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnSegmentDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSegmentDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegmentDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnSegmentDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegmentDefinitionProps
An implementation for
CfnSegmentDefinitionProps-
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.customerprofiles.CfnSegmentDefinitionProps
CfnSegmentDefinitionProps.Builder, CfnSegmentDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSegmentDefinitionProps.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.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 theCfnSegmentDefinitionProps.Builder.
-
-
Method Details
-
getDisplayName
Description copied from interface:CfnSegmentDefinitionPropsDisplay name of the segment definition.- Specified by:
getDisplayNamein interfaceCfnSegmentDefinitionProps- See Also:
-
getDomainName
Description copied from interface:CfnSegmentDefinitionPropsThe name of the domain.- Specified by:
getDomainNamein interfaceCfnSegmentDefinitionProps- See Also:
-
getSegmentDefinitionName
Description copied from interface:CfnSegmentDefinitionPropsName of the segment definition.- Specified by:
getSegmentDefinitionNamein interfaceCfnSegmentDefinitionProps- See Also:
-
getSegmentGroups
Description copied from interface:CfnSegmentDefinitionPropsContains all groups of the segment definition.Returns union: either
IResolvableorCfnSegmentDefinition.SegmentGroupProperty- Specified by:
getSegmentGroupsin interfaceCfnSegmentDefinitionProps- See Also:
-
getDescription
Description copied from interface:CfnSegmentDefinitionPropsThe description of the segment definition.- Specified by:
getDescriptionin interfaceCfnSegmentDefinitionProps- See Also:
-
getTags
Description copied from interface:CfnSegmentDefinitionPropsThe tags belonging to the segment definition.- Specified by:
getTagsin interfaceCfnSegmentDefinitionProps- 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()
-