Class CfnAnalysis.ColumnSortProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.ColumnSortProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.ColumnSortProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.ColumnSortProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.ColumnSortProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.ColumnSortProperty
An implementation for
CfnAnalysis.ColumnSortProperty-
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.quicksight.CfnAnalysis.ColumnSortProperty
CfnAnalysis.ColumnSortProperty.Builder, CfnAnalysis.ColumnSortProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.ColumnSortProperty.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 ObjectThe aggregation function that is defined in the column sort.final StringThe sort direction.final ObjectReturns union: eitherIResolvableorCfnAnalysis.ColumnIdentifierPropertyfinal 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 theCfnAnalysis.ColumnSortProperty.Builder.
-
-
Method Details
-
getDirection
Description copied from interface:CfnAnalysis.ColumnSortPropertyThe sort direction.- Specified by:
getDirectionin interfaceCfnAnalysis.ColumnSortProperty- See Also:
-
getSortBy
Description copied from interface:CfnAnalysis.ColumnSortPropertyReturns union: eitherIResolvableorCfnAnalysis.ColumnIdentifierProperty- Specified by:
getSortByin interfaceCfnAnalysis.ColumnSortProperty- See Also:
-
getAggregationFunction
Description copied from interface:CfnAnalysis.ColumnSortPropertyThe aggregation function that is defined in the column sort.Returns union: either
IResolvableorCfnAnalysis.AggregationFunctionProperty- Specified by:
getAggregationFunctionin interfaceCfnAnalysis.ColumnSortProperty- 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()
-