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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.FilterGroupProperty
CfnDashboard.FilterGroupProperty.Builder, CfnDashboard.FilterGroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.FilterGroupProperty.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 StringThe filter new feature which can apply filter group to all data sets.final StringThe value that uniquely identifies aFilterGroupwithin a dashboard, template, or analysis.final ObjectThe list of filters that are present in aFilterGroup.final ObjectThe configuration that specifies what scope to apply to aFilterGroup.final StringThe status of theFilterGroup.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.FilterGroupProperty.Builder.
-
-
Method Details
-
getCrossDataset
Description copied from interface:CfnDashboard.FilterGroupPropertyThe filter new feature which can apply filter group to all data sets. Choose one of the following options:.ALL_DATASETSSINGLE_DATASET
- Specified by:
getCrossDatasetin interfaceCfnDashboard.FilterGroupProperty- See Also:
-
getFilterGroupId
Description copied from interface:CfnDashboard.FilterGroupPropertyThe value that uniquely identifies aFilterGroupwithin a dashboard, template, or analysis.- Specified by:
getFilterGroupIdin interfaceCfnDashboard.FilterGroupProperty- See Also:
-
getFilters
Description copied from interface:CfnDashboard.FilterGroupPropertyThe list of filters that are present in aFilterGroup.- Specified by:
getFiltersin interfaceCfnDashboard.FilterGroupProperty- See Also:
-
getScopeConfiguration
Description copied from interface:CfnDashboard.FilterGroupPropertyThe 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:
getScopeConfigurationin interfaceCfnDashboard.FilterGroupProperty- See Also:
-
getStatus
Description copied from interface:CfnDashboard.FilterGroupPropertyThe status of theFilterGroup.- Specified by:
getStatusin interfaceCfnDashboard.FilterGroupProperty- 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()
-