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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.TopBottomRankedComputationProperty
CfnAnalysis.TopBottomRankedComputationProperty.Builder, CfnAnalysis.TopBottomRankedComputationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.TopBottomRankedComputationProperty.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 StringgetName()The name of a computation.final NumberThe result size of a top and bottom ranked 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 theCfnAnalysis.TopBottomRankedComputationProperty.Builder.
-
-
Method Details
-
getCategory
Description copied from interface:CfnAnalysis.TopBottomRankedComputationPropertyThe category field that is used in a computation.- Specified by:
getCategoryin interfaceCfnAnalysis.TopBottomRankedComputationProperty
-
getComputationId
Description copied from interface:CfnAnalysis.TopBottomRankedComputationPropertyThe ID for a computation.- Specified by:
getComputationIdin interfaceCfnAnalysis.TopBottomRankedComputationProperty
-
getType
Description copied from interface:CfnAnalysis.TopBottomRankedComputationPropertyThe computation type. Choose one of the following options:.- TOP: A top ranked computation.
- BOTTOM: A bottom ranked computation.
- Specified by:
getTypein interfaceCfnAnalysis.TopBottomRankedComputationProperty
-
getName
Description copied from interface:CfnAnalysis.TopBottomRankedComputationPropertyThe name of a computation.- Specified by:
getNamein interfaceCfnAnalysis.TopBottomRankedComputationProperty
-
getResultSize
Description copied from interface:CfnAnalysis.TopBottomRankedComputationPropertyThe result size of a top and bottom ranked computation.- Specified by:
getResultSizein interfaceCfnAnalysis.TopBottomRankedComputationProperty
-
getValue
Description copied from interface:CfnAnalysis.TopBottomRankedComputationPropertyThe value field that is used in a computation.- Specified by:
getValuein interfaceCfnAnalysis.TopBottomRankedComputationProperty
-
$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()
-