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