Class CfnTemplate.FilterGroupProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.FilterGroupProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.FilterGroupProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.FilterGroupProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.FilterGroupProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.FilterGroupProperty
An implementation for
CfnTemplate.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.CfnTemplate.FilterGroupProperty
CfnTemplate.FilterGroupProperty.Builder, CfnTemplate.FilterGroupProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.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 theCfnTemplate.FilterGroupProperty.Builder.
-
-
Method Details
-
getCrossDataset
Description copied from interface:CfnTemplate.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 interfaceCfnTemplate.FilterGroupProperty- See Also:
-
getFilterGroupId
Description copied from interface:CfnTemplate.FilterGroupPropertyThe value that uniquely identifies aFilterGroupwithin a dashboard, template, or analysis.- Specified by:
getFilterGroupIdin interfaceCfnTemplate.FilterGroupProperty- See Also:
-
getFilters
Description copied from interface:CfnTemplate.FilterGroupPropertyThe list of filters that are present in aFilterGroup.- Specified by:
getFiltersin interfaceCfnTemplate.FilterGroupProperty- See Also:
-
getScopeConfiguration
Description copied from interface:CfnTemplate.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 interfaceCfnTemplate.FilterGroupProperty- See Also:
-
getStatus
Description copied from interface:CfnTemplate.FilterGroupPropertyThe status of theFilterGroup.- Specified by:
getStatusin interfaceCfnTemplate.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()
-