Class TopicNumericEqualityFilter
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TopicNumericEqualityFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TopicNumericEqualityFilter.Builder,TopicNumericEqualityFilter>
@Generated("software.amazon.awssdk:codegen") public final class TopicNumericEqualityFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopicNumericEqualityFilter.Builder,TopicNumericEqualityFilter>
A filter that filters topics based on the value of a numeric field. The filter includes only topics whose numeric field value matches the specified value.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTopicNumericEqualityFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedFilterAggTypeaggregation()An aggregation function that specifies how to calculate the value of a numeric field for a topic.StringaggregationAsString()An aggregation function that specifies how to calculate the value of a numeric field for a topic.static TopicNumericEqualityFilter.Builderbuilder()TopicSingularFilterConstantconstant()The constant used in a numeric equality filter.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TopicNumericEqualityFilter.Builder>serializableBuilderClass()TopicNumericEqualityFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
constant
public final TopicSingularFilterConstant constant()
The constant used in a numeric equality filter.
- Returns:
- The constant used in a numeric equality filter.
-
aggregation
public final NamedFilterAggType aggregation()
An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are
NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.If the service returns an enum value that is not available in the current SDK version,
aggregationwill returnNamedFilterAggType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaggregationAsString().- Returns:
- An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid
values for this structure are
NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP. - See Also:
NamedFilterAggType
-
aggregationAsString
public final String aggregationAsString()
An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are
NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.If the service returns an enum value that is not available in the current SDK version,
aggregationwill returnNamedFilterAggType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaggregationAsString().- Returns:
- An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid
values for this structure are
NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP. - See Also:
NamedFilterAggType
-
toBuilder
public TopicNumericEqualityFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TopicNumericEqualityFilter.Builder,TopicNumericEqualityFilter>
-
builder
public static TopicNumericEqualityFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends TopicNumericEqualityFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-