Class CfnDashboard.NumericEqualityFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.NumericEqualityFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.NumericEqualityFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.NumericEqualityFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.NumericEqualityFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.NumericEqualityFilterProperty
An implementation for
CfnDashboard.NumericEqualityFilterProperty-
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.NumericEqualityFilterProperty
CfnDashboard.NumericEqualityFilterProperty.Builder, CfnDashboard.NumericEqualityFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.NumericEqualityFilterProperty.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 of the filter.final ObjectThe column that the filter is applied to.final ObjectThe default configurations for the associated controls.final StringAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.final StringThe match operator that is used to determine if a filter should be applied.final StringThis option determines how null values should be treated when filtering data.final StringThe parameter whose value should be used for the filter value.final StringSelect all of the values.final NumbergetValue()The input value.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.NumericEqualityFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnDashboard.NumericEqualityFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnDashboard.NumericEqualityFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnDashboard.NumericEqualityFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnDashboard.NumericEqualityFilterProperty- See Also:
-
getMatchOperator
Description copied from interface:CfnDashboard.NumericEqualityFilterPropertyThe match operator that is used to determine if a filter should be applied.- Specified by:
getMatchOperatorin interfaceCfnDashboard.NumericEqualityFilterProperty- See Also:
-
getNullOption
Description copied from interface:CfnDashboard.NumericEqualityFilterPropertyThis option determines how null values should be treated when filtering data.ALL_VALUES: Include null values in filtered results.NULLS_ONLY: Only include null values in filtered results.NON_NULLS_ONLY: Exclude null values from filtered results.
- Specified by:
getNullOptionin interfaceCfnDashboard.NumericEqualityFilterProperty- See Also:
-
getAggregationFunction
Description copied from interface:CfnDashboard.NumericEqualityFilterPropertyThe aggregation function of the filter.- Specified by:
getAggregationFunctionin interfaceCfnDashboard.NumericEqualityFilterProperty- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnDashboard.NumericEqualityFilterPropertyThe default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfigurationin interfaceCfnDashboard.NumericEqualityFilterProperty- See Also:
-
getParameterName
Description copied from interface:CfnDashboard.NumericEqualityFilterPropertyThe parameter whose value should be used for the filter value.- Specified by:
getParameterNamein interfaceCfnDashboard.NumericEqualityFilterProperty- See Also:
-
getSelectAllOptions
Description copied from interface:CfnDashboard.NumericEqualityFilterPropertySelect all of the values. Null is not the assigned value of select all.FILTER_ALL_VALUES
- Specified by:
getSelectAllOptionsin interfaceCfnDashboard.NumericEqualityFilterProperty- See Also:
-
getValue
Description copied from interface:CfnDashboard.NumericEqualityFilterPropertyThe input value.- Specified by:
getValuein interfaceCfnDashboard.NumericEqualityFilterProperty- 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()
-