Class CfnTopic.TopicNumericRangeFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTopic.TopicNumericRangeFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopic.TopicNumericRangeFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopic.TopicNumericRangeFilterProperty
@Stability(Stable)
@Internal
public static final class CfnTopic.TopicNumericRangeFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopic.TopicNumericRangeFilterProperty
An implementation for
CfnTopic.TopicNumericRangeFilterProperty-
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.TopicNumericRangeFilterProperty
CfnTopic.TopicNumericRangeFilterProperty.Builder, CfnTopic.TopicNumericRangeFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopic.TopicNumericRangeFilterProperty.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 StringAn aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure areNO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.final ObjectThe constant used in a numeric range filter.final ObjectA Boolean value that indicates whether the endpoints of the numeric range are included in the 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.TopicNumericRangeFilterProperty.Builder.
-
-
Method Details
-
getAggregation
Description copied from interface:CfnTopic.TopicNumericRangeFilterPropertyAn aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure areNO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.- Specified by:
getAggregationin interfaceCfnTopic.TopicNumericRangeFilterProperty- See Also:
-
getConstant
Description copied from interface:CfnTopic.TopicNumericRangeFilterPropertyThe constant used in a numeric range filter.- Specified by:
getConstantin interfaceCfnTopic.TopicNumericRangeFilterProperty- See Also:
-
getInclusive
Description copied from interface:CfnTopic.TopicNumericRangeFilterPropertyA Boolean value that indicates whether the endpoints of the numeric range are included in the filter.If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.
Default: - false
- Specified by:
getInclusivein interfaceCfnTopic.TopicNumericRangeFilterProperty- 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()
-