Class CfnAnalysis.TopBottomRankedComputationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.TopBottomRankedComputationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.TopBottomRankedComputationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.TopBottomRankedComputationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.TopBottomRankedComputationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.TopBottomRankedComputationProperty
An implementation for
CfnAnalysis.TopBottomRankedComputationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.TopBottomRankedComputationProperty
CfnAnalysis.TopBottomRankedComputationProperty.Builder, CfnAnalysis.TopBottomRankedComputationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.TopBottomRankedComputationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The category field that is used in a computation.final String
The ID for a computation.final String
getName()
The name of a computation.final Number
The result size of a top and bottom ranked computation.final String
getType()
The computation type.final Object
getValue()
The value field that is used in a computation.final int
hashCode()
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.TopBottomRankedComputationProperty.Builder
.
-
-
Method Details
-
getComputationId
Description copied from interface:CfnAnalysis.TopBottomRankedComputationProperty
The ID for a computation.- Specified by:
getComputationId
in interfaceCfnAnalysis.TopBottomRankedComputationProperty
- See Also:
-
getType
Description copied from interface:CfnAnalysis.TopBottomRankedComputationProperty
The computation type. Choose one of the following options:.- TOP: A top ranked computation.
- BOTTOM: A bottom ranked computation.
- Specified by:
getType
in interfaceCfnAnalysis.TopBottomRankedComputationProperty
- See Also:
-
getCategory
Description copied from interface:CfnAnalysis.TopBottomRankedComputationProperty
The category field that is used in a computation.- Specified by:
getCategory
in interfaceCfnAnalysis.TopBottomRankedComputationProperty
- See Also:
-
getName
Description copied from interface:CfnAnalysis.TopBottomRankedComputationProperty
The name of a computation.- Specified by:
getName
in interfaceCfnAnalysis.TopBottomRankedComputationProperty
- See Also:
-
getResultSize
Description copied from interface:CfnAnalysis.TopBottomRankedComputationProperty
The result size of a top and bottom ranked computation.Default: - 0
- Specified by:
getResultSize
in interfaceCfnAnalysis.TopBottomRankedComputationProperty
- See Also:
-
getValue
Description copied from interface:CfnAnalysis.TopBottomRankedComputationProperty
The value field that is used in a computation.- Specified by:
getValue
in interfaceCfnAnalysis.TopBottomRankedComputationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-