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