Class CfnDashboard.FilterGroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.FilterGroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FilterGroupProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FilterGroupProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FilterGroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FilterGroupProperty
An implementation for
CfnDashboard.FilterGroupProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.FilterGroupProperty
CfnDashboard.FilterGroupProperty.Builder, CfnDashboard.FilterGroupProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.FilterGroupProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The filter new feature which can apply filter group to all data sets.final String
The value that uniquely identifies aFilterGroup
within a dashboard, template, or analysis.final Object
The list of filters that are present in aFilterGroup
.final Object
The configuration that specifies what scope to apply to aFilterGroup
.final String
The status of theFilterGroup
.final int
hashCode()
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.FilterGroupProperty.Builder
.
-
-
Method Details
-
getCrossDataset
Description copied from interface:CfnDashboard.FilterGroupProperty
The filter new feature which can apply filter group to all data sets. Choose one of the following options:.ALL_DATASETS
SINGLE_DATASET
- Specified by:
getCrossDataset
in interfaceCfnDashboard.FilterGroupProperty
- See Also:
-
getFilterGroupId
Description copied from interface:CfnDashboard.FilterGroupProperty
The value that uniquely identifies aFilterGroup
within a dashboard, template, or analysis.- Specified by:
getFilterGroupId
in interfaceCfnDashboard.FilterGroupProperty
- See Also:
-
getFilters
Description copied from interface:CfnDashboard.FilterGroupProperty
The list of filters that are present in aFilterGroup
.- Specified by:
getFilters
in interfaceCfnDashboard.FilterGroupProperty
- See Also:
-
getScopeConfiguration
Description copied from interface:CfnDashboard.FilterGroupProperty
The configuration that specifies what scope to apply to aFilterGroup
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- Specified by:
getScopeConfiguration
in interfaceCfnDashboard.FilterGroupProperty
- See Also:
-
getStatus
Description copied from interface:CfnDashboard.FilterGroupProperty
The status of theFilterGroup
.- Specified by:
getStatus
in interfaceCfnDashboard.FilterGroupProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-