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