Class CfnDashboard.NestedFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.NestedFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.NestedFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.NestedFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.NestedFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.NestedFilterProperty
An implementation for
CfnDashboard.NestedFilterProperty-
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.NestedFilterProperty
CfnDashboard.NestedFilterProperty.Builder, CfnDashboard.NestedFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.NestedFilterProperty.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 column that the filter is applied to.final StringAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.final ObjectA boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.final ObjectTheInnerFilterdefines the subset of data to be used with theNestedFilter.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.NestedFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnDashboard.NestedFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnDashboard.NestedFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnDashboard.NestedFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnDashboard.NestedFilterProperty- See Also:
-
getIncludeInnerSet
Description copied from interface:CfnDashboard.NestedFilterPropertyA boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.Default: - false
- Specified by:
getIncludeInnerSetin interfaceCfnDashboard.NestedFilterProperty- See Also:
-
getInnerFilter
Description copied from interface:CfnDashboard.NestedFilterPropertyTheInnerFilterdefines the subset of data to be used with theNestedFilter.- Specified by:
getInnerFilterin interfaceCfnDashboard.NestedFilterProperty- 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()
-