Class CfnDashboard.TopBottomMoversComputationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.TopBottomMoversComputationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.TopBottomMoversComputationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.TopBottomMoversComputationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.TopBottomMoversComputationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.TopBottomMoversComputationProperty
An implementation for
CfnDashboard.TopBottomMoversComputationProperty-
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.CfnDashboard.TopBottomMoversComputationProperty
CfnDashboard.TopBottomMoversComputationProperty.Builder, CfnDashboard.TopBottomMoversComputationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.TopBottomMoversComputationProperty.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 category field that is used in a computation.final StringThe ID for a computation.final NumberThe mover size setup of the top and bottom movers computation.final StringgetName()The name of a computation.final StringThe sort order setup of the top and bottom movers computation.final ObjectgetTime()The time field that is used in a computation.final StringgetType()The computation type.final ObjectgetValue()The value field that is used in a computation.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 theCfnDashboard.TopBottomMoversComputationProperty.Builder.
-
-
Method Details
-
getComputationId
Description copied from interface:CfnDashboard.TopBottomMoversComputationPropertyThe ID for a computation.- Specified by:
getComputationIdin interfaceCfnDashboard.TopBottomMoversComputationProperty- See Also:
-
getType
Description copied from interface:CfnDashboard.TopBottomMoversComputationPropertyThe computation type. Choose from the following options:.- TOP: Top movers computation.
- BOTTOM: Bottom movers computation.
- Specified by:
getTypein interfaceCfnDashboard.TopBottomMoversComputationProperty- See Also:
-
getCategory
Description copied from interface:CfnDashboard.TopBottomMoversComputationPropertyThe category field that is used in a computation.Returns union: either
IResolvableorCfnDashboard.DimensionFieldProperty- Specified by:
getCategoryin interfaceCfnDashboard.TopBottomMoversComputationProperty- See Also:
-
getMoverSize
Description copied from interface:CfnDashboard.TopBottomMoversComputationPropertyThe mover size setup of the top and bottom movers computation.Default: - 0
- Specified by:
getMoverSizein interfaceCfnDashboard.TopBottomMoversComputationProperty- See Also:
-
getName
Description copied from interface:CfnDashboard.TopBottomMoversComputationPropertyThe name of a computation.- Specified by:
getNamein interfaceCfnDashboard.TopBottomMoversComputationProperty- See Also:
-
getSortOrder
Description copied from interface:CfnDashboard.TopBottomMoversComputationPropertyThe sort order setup of the top and bottom movers computation.- Specified by:
getSortOrderin interfaceCfnDashboard.TopBottomMoversComputationProperty- See Also:
-
getTime
Description copied from interface:CfnDashboard.TopBottomMoversComputationPropertyThe time field that is used in a computation.Returns union: either
IResolvableorCfnDashboard.DimensionFieldProperty- Specified by:
getTimein interfaceCfnDashboard.TopBottomMoversComputationProperty- See Also:
-
getValue
Description copied from interface:CfnDashboard.TopBottomMoversComputationPropertyThe value field that is used in a computation.Returns union: either
IResolvableorCfnDashboard.MeasureFieldProperty- Specified by:
getValuein interfaceCfnDashboard.TopBottomMoversComputationProperty- 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()
-