Class CfnTopic.TopicFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTopic.TopicFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopic.TopicFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopic.TopicFilterProperty
@Stability(Stable)
@Internal
public static final class CfnTopic.TopicFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopic.TopicFilterProperty
An implementation for
CfnTopic.TopicFilterProperty-
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.TopicFilterProperty
CfnTopic.TopicFilterProperty.Builder, CfnTopic.TopicFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopic.TopicFilterProperty.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 category filter that is associated with this filter.final ObjectThe date range filter.final StringThe class of the filter.final StringA description of the filter used to select items for a topic.final StringThe name of the filter.The other names or aliases for the filter.final StringThe type of the filter.final ObjectThe numeric equality filter.final ObjectThe numeric range filter.final StringThe name of the field that the filter operates on.final ObjectThe relative date filter.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.TopicFilterProperty.Builder.
-
-
Method Details
-
getFilterName
Description copied from interface:CfnTopic.TopicFilterPropertyThe name of the filter.- Specified by:
getFilterNamein interfaceCfnTopic.TopicFilterProperty- See Also:
-
getOperandFieldName
Description copied from interface:CfnTopic.TopicFilterPropertyThe name of the field that the filter operates on.- Specified by:
getOperandFieldNamein interfaceCfnTopic.TopicFilterProperty- See Also:
-
getCategoryFilter
Description copied from interface:CfnTopic.TopicFilterPropertyThe category filter that is associated with this filter.- Specified by:
getCategoryFilterin interfaceCfnTopic.TopicFilterProperty- See Also:
-
getDateRangeFilter
Description copied from interface:CfnTopic.TopicFilterPropertyThe date range filter.- Specified by:
getDateRangeFilterin interfaceCfnTopic.TopicFilterProperty- See Also:
-
getFilterClass
Description copied from interface:CfnTopic.TopicFilterPropertyThe class of the filter.Valid values for this structure are
ENFORCED_VALUE_FILTER,CONDITIONAL_VALUE_FILTER, andNAMED_VALUE_FILTER.- Specified by:
getFilterClassin interfaceCfnTopic.TopicFilterProperty- See Also:
-
getFilterDescription
Description copied from interface:CfnTopic.TopicFilterPropertyA description of the filter used to select items for a topic.- Specified by:
getFilterDescriptionin interfaceCfnTopic.TopicFilterProperty- See Also:
-
getFilterSynonyms
Description copied from interface:CfnTopic.TopicFilterPropertyThe other names or aliases for the filter.- Specified by:
getFilterSynonymsin interfaceCfnTopic.TopicFilterProperty- See Also:
-
getFilterType
Description copied from interface:CfnTopic.TopicFilterPropertyThe type of the filter.Valid values for this structure are
CATEGORY_FILTER,NUMERIC_EQUALITY_FILTER,NUMERIC_RANGE_FILTER,DATE_RANGE_FILTER, andRELATIVE_DATE_FILTER.- Specified by:
getFilterTypein interfaceCfnTopic.TopicFilterProperty- See Also:
-
getNumericEqualityFilter
Description copied from interface:CfnTopic.TopicFilterPropertyThe numeric equality filter.- Specified by:
getNumericEqualityFilterin interfaceCfnTopic.TopicFilterProperty- See Also:
-
getNumericRangeFilter
Description copied from interface:CfnTopic.TopicFilterPropertyThe numeric range filter.- Specified by:
getNumericRangeFilterin interfaceCfnTopic.TopicFilterProperty- See Also:
-
getRelativeDateFilter
Description copied from interface:CfnTopic.TopicFilterPropertyThe relative date filter.- Specified by:
getRelativeDateFilterin interfaceCfnTopic.TopicFilterProperty- 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()
-