Class CfnDashboard.FilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.FilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FilterProperty
An implementation for
CfnDashboard.FilterProperty-
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.FilterProperty
CfnDashboard.FilterProperty.Builder, CfnDashboard.FilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.FilterProperty.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 ObjectACategoryFilterfilters text values.final ObjectANestedFilterfilters data with a subset of data that is defined by the nested inner filter.final ObjectANumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.final ObjectANumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.final ObjectARelativeDatesFilterfilters date values that are relative to a given date.final ObjectATimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.final ObjectATimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.final ObjectATopBottomFilterfilters data to the top or bottom values for a given column.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.FilterProperty.Builder.
-
-
Method Details
-
getCategoryFilter
Description copied from interface:CfnDashboard.FilterPropertyACategoryFilterfilters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- Specified by:
getCategoryFilterin interfaceCfnDashboard.FilterProperty- See Also:
-
getNestedFilter
Description copied from interface:CfnDashboard.FilterPropertyANestedFilterfilters data with a subset of data that is defined by the nested inner filter.- Specified by:
getNestedFilterin interfaceCfnDashboard.FilterProperty- See Also:
-
getNumericEqualityFilter
Description copied from interface:CfnDashboard.FilterPropertyANumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.- Specified by:
getNumericEqualityFilterin interfaceCfnDashboard.FilterProperty- See Also:
-
getNumericRangeFilter
Description copied from interface:CfnDashboard.FilterPropertyANumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.- Specified by:
getNumericRangeFilterin interfaceCfnDashboard.FilterProperty- See Also:
-
getRelativeDatesFilter
Description copied from interface:CfnDashboard.FilterPropertyARelativeDatesFilterfilters date values that are relative to a given date.- Specified by:
getRelativeDatesFilterin interfaceCfnDashboard.FilterProperty- See Also:
-
getTimeEqualityFilter
Description copied from interface:CfnDashboard.FilterPropertyATimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.- Specified by:
getTimeEqualityFilterin interfaceCfnDashboard.FilterProperty- See Also:
-
getTimeRangeFilter
Description copied from interface:CfnDashboard.FilterPropertyATimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.- Specified by:
getTimeRangeFilterin interfaceCfnDashboard.FilterProperty- See Also:
-
getTopBottomFilter
Description copied from interface:CfnDashboard.FilterPropertyATopBottomFilterfilters data to the top or bottom values for a given column.- Specified by:
getTopBottomFilterin interfaceCfnDashboard.FilterProperty- 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()
-