Class CfnAnalysis.NumericRangeFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.NumericRangeFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.NumericRangeFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.NumericRangeFilterProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.NumericRangeFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.NumericRangeFilterProperty
An implementation for
CfnAnalysis.NumericRangeFilterProperty-
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.NumericRangeFilterProperty
CfnAnalysis.NumericRangeFilterProperty.Builder, CfnAnalysis.NumericRangeFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.NumericRangeFilterProperty.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 ObjectDetermines whether the maximum value in the filter value range should be included in the filtered results.final ObjectDetermines whether the minimum value in the filter value range should be included in the filtered results.final StringThis option determines how null values should be treated when filtering data.final ObjectThe maximum value for the filter value range.final ObjectThe minimum value for the filter value range.final StringSelect all of the values.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.NumericRangeFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnAnalysis.NumericRangeFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnAnalysis.NumericRangeFilterProperty- See Also:
-
getNullOption
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertyThis 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 interfaceCfnAnalysis.NumericRangeFilterProperty- See Also:
-
getAggregationFunction
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertyThe aggregation function of the filter.- Specified by:
getAggregationFunctionin interfaceCfnAnalysis.NumericRangeFilterProperty- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertyThe default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfigurationin interfaceCfnAnalysis.NumericRangeFilterProperty- See Also:
-
getIncludeMaximum
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertyDetermines whether the maximum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMaximumin interfaceCfnAnalysis.NumericRangeFilterProperty- See Also:
-
getIncludeMinimum
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertyDetermines whether the minimum value in the filter value range should be included in the filtered results.- Specified by:
getIncludeMinimumin interfaceCfnAnalysis.NumericRangeFilterProperty- See Also:
-
getRangeMaximum
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertyThe maximum value for the filter value range.- Specified by:
getRangeMaximumin interfaceCfnAnalysis.NumericRangeFilterProperty- See Also:
-
getRangeMinimum
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertyThe minimum value for the filter value range.- Specified by:
getRangeMinimumin interfaceCfnAnalysis.NumericRangeFilterProperty- See Also:
-
getSelectAllOptions
Description copied from interface:CfnAnalysis.NumericRangeFilterPropertySelect all of the values. Null is not the assigned value of select all.FILTER_ALL_VALUES
- Specified by:
getSelectAllOptionsin interfaceCfnAnalysis.NumericRangeFilterProperty- 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()
-