Class CfnTemplate.TopBottomRankedComputationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.TopBottomRankedComputationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.TopBottomRankedComputationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.TopBottomRankedComputationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.TopBottomRankedComputationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.TopBottomRankedComputationProperty
An implementation for
CfnTemplate.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.CfnTemplate.TopBottomRankedComputationProperty
CfnTemplate.TopBottomRankedComputationProperty.Builder, CfnTemplate.TopBottomRankedComputationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.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 theCfnTemplate.TopBottomRankedComputationProperty.Builder
.
-
-
Method Details
-
getCategory
Description copied from interface:CfnTemplate.TopBottomRankedComputationProperty
The category field that is used in a computation.- Specified by:
getCategory
in interfaceCfnTemplate.TopBottomRankedComputationProperty
-
getComputationId
Description copied from interface:CfnTemplate.TopBottomRankedComputationProperty
The ID for a computation.- Specified by:
getComputationId
in interfaceCfnTemplate.TopBottomRankedComputationProperty
-
getType
Description copied from interface:CfnTemplate.TopBottomRankedComputationProperty
The computation type. Choose one of the following options:.- TOP: A top ranked computation.
- BOTTOM: A bottom ranked computation.
- Specified by:
getType
in interfaceCfnTemplate.TopBottomRankedComputationProperty
-
getName
Description copied from interface:CfnTemplate.TopBottomRankedComputationProperty
The name of a computation.- Specified by:
getName
in interfaceCfnTemplate.TopBottomRankedComputationProperty
-
getResultSize
Description copied from interface:CfnTemplate.TopBottomRankedComputationProperty
The result size of a top and bottom ranked computation.- Specified by:
getResultSize
in interfaceCfnTemplate.TopBottomRankedComputationProperty
-
getValue
Description copied from interface:CfnTemplate.TopBottomRankedComputationProperty
The value field that is used in a computation.- Specified by:
getValue
in interfaceCfnTemplate.TopBottomRankedComputationProperty
-
$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()
-