Class CfnTemplate.CategoryFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.CategoryFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.CategoryFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.CategoryFilterProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.CategoryFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.CategoryFilterProperty
An implementation for
CfnTemplate.CategoryFilterProperty-
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.CategoryFilterProperty
CfnTemplate.CategoryFilterProperty.Builder, CfnTemplate.CategoryFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.CategoryFilterProperty.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 ObjectThe configuration for aCategoryFilter.final ObjectThe default configurations for the associated controls.final StringAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.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.CategoryFilterProperty.Builder.
-
-
Method Details
-
getColumn
Description copied from interface:CfnTemplate.CategoryFilterPropertyThe column that the filter is applied to.- Specified by:
getColumnin interfaceCfnTemplate.CategoryFilterProperty- See Also:
-
getConfiguration
Description copied from interface:CfnTemplate.CategoryFilterPropertyThe configuration for aCategoryFilter.- Specified by:
getConfigurationin interfaceCfnTemplate.CategoryFilterProperty- See Also:
-
getFilterId
Description copied from interface:CfnTemplate.CategoryFilterPropertyAn identifier that uniquely identifies a filter within a dashboard, analysis, or template.- Specified by:
getFilterIdin interfaceCfnTemplate.CategoryFilterProperty- See Also:
-
getDefaultFilterControlConfiguration
Description copied from interface:CfnTemplate.CategoryFilterPropertyThe default configurations for the associated controls.This applies only for filters that are scoped to multiple sheets.
- Specified by:
getDefaultFilterControlConfigurationin interfaceCfnTemplate.CategoryFilterProperty- 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()
-