Class CfnTopic.TopicCategoryFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTopic.TopicCategoryFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopic.TopicCategoryFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopic.TopicCategoryFilterProperty
@Stability(Stable)
@Internal
public static final class CfnTopic.TopicCategoryFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopic.TopicCategoryFilterProperty
An implementation for
CfnTopic.TopicCategoryFilterProperty-
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.CfnTopic.TopicCategoryFilterProperty
CfnTopic.TopicCategoryFilterProperty.Builder, CfnTopic.TopicCategoryFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopic.TopicCategoryFilterProperty.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 StringThe category filter function.final StringThe category filter type.final ObjectThe constant used in a category filter.final ObjectA Boolean value that indicates if the filter is inverse.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 theCfnTopic.TopicCategoryFilterProperty.Builder.
-
-
Method Details
-
getCategoryFilterFunction
Description copied from interface:CfnTopic.TopicCategoryFilterPropertyThe category filter function.Valid values for this structure are
EXACTandCONTAINS.- Specified by:
getCategoryFilterFunctionin interfaceCfnTopic.TopicCategoryFilterProperty- See Also:
-
getCategoryFilterType
Description copied from interface:CfnTopic.TopicCategoryFilterPropertyThe category filter type.This element is used to specify whether a filter is a simple category filter or an inverse category filter.
- Specified by:
getCategoryFilterTypein interfaceCfnTopic.TopicCategoryFilterProperty- See Also:
-
getConstant
Description copied from interface:CfnTopic.TopicCategoryFilterPropertyThe constant used in a category filter.- Specified by:
getConstantin interfaceCfnTopic.TopicCategoryFilterProperty- See Also:
-
getInverse
Description copied from interface:CfnTopic.TopicCategoryFilterPropertyA Boolean value that indicates if the filter is inverse.Default: - false
- Specified by:
getInversein interfaceCfnTopic.TopicCategoryFilterProperty- 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()
-