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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.NestedFilterProperty
CfnAnalysis.NestedFilterProperty.Builder, CfnAnalysis.NestedFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.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 theCfnAnalysis.NestedFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnAnalysis.NestedFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnAnalysis.NestedFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnAnalysis.NestedFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnAnalysis.NestedFilterProperty- See Also:
-
getIncludeInnerSet
Description copied from interface:CfnAnalysis.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 interfaceCfnAnalysis.NestedFilterProperty- See Also:
-
getInnerFilter
Description copied from interface:CfnAnalysis.NestedFilterPropertyTheInnerFilterdefines the subset of data to be used with theNestedFilter.- Specified by:
getInnerFilterin interfaceCfnAnalysis.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()
-