Class CfnSegmentDefinitionPropsMixin.SortAttributeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnSegmentDefinitionPropsMixin.SortAttributeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSegmentDefinitionPropsMixin.SortAttributeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegmentDefinitionPropsMixin.SortAttributeProperty
@Stability(Stable)
@Internal
public static final class CfnSegmentDefinitionPropsMixin.SortAttributeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegmentDefinitionPropsMixin.SortAttributeProperty
An implementation for
CfnSegmentDefinitionPropsMixin.SortAttributeProperty-
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.CfnSegmentDefinitionPropsMixin.SortAttributeProperty
CfnSegmentDefinitionPropsMixin.SortAttributeProperty.Builder, CfnSegmentDefinitionPropsMixin.SortAttributeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSegmentDefinitionPropsMixin.SortAttributeProperty.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 data type of the sort attribute (e.g., string, number, date).final StringgetName()The name of the attribute to sort by.final StringgetOrder()The sort order for the attribute (ascending or descending).final StringgetType()The type of attribute (e.g., profile, calculated).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 theCfnSegmentDefinitionPropsMixin.SortAttributeProperty.Builder.
-
-
Method Details
-
getDataType
Description copied from interface:CfnSegmentDefinitionPropsMixin.SortAttributePropertyThe data type of the sort attribute (e.g., string, number, date).- Specified by:
getDataTypein interfaceCfnSegmentDefinitionPropsMixin.SortAttributeProperty- See Also:
-
getName
Description copied from interface:CfnSegmentDefinitionPropsMixin.SortAttributePropertyThe name of the attribute to sort by.- Specified by:
getNamein interfaceCfnSegmentDefinitionPropsMixin.SortAttributeProperty- See Also:
-
getOrder
Description copied from interface:CfnSegmentDefinitionPropsMixin.SortAttributePropertyThe sort order for the attribute (ascending or descending).- Specified by:
getOrderin interfaceCfnSegmentDefinitionPropsMixin.SortAttributeProperty- See Also:
-
getType
Description copied from interface:CfnSegmentDefinitionPropsMixin.SortAttributePropertyThe type of attribute (e.g., profile, calculated).- Specified by:
getTypein interfaceCfnSegmentDefinitionPropsMixin.SortAttributeProperty- 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()
-