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