@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TopicNumericEqualityFilter extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
TopicNumericEqualityFilter() |
| Modifier and Type | Method and Description |
|---|---|
TopicNumericEqualityFilter |
clone() |
boolean |
equals(Object obj) |
String |
getAggregation()
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
|
TopicSingularFilterConstant |
getConstant()
The constant used in a numeric equality filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAggregation(String aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
|
void |
setConstant(TopicSingularFilterConstant constant)
The constant used in a numeric equality filter.
|
String |
toString()
Returns a string representation of this object.
|
TopicNumericEqualityFilter |
withAggregation(NamedFilterAggType aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
|
TopicNumericEqualityFilter |
withAggregation(String aggregation)
An aggregation function that specifies how to calculate the value of a numeric field for a topic.
|
TopicNumericEqualityFilter |
withConstant(TopicSingularFilterConstant constant)
The constant used in a numeric equality filter.
|
public void setConstant(TopicSingularFilterConstant constant)
The constant used in a numeric equality filter.
constant - The constant used in a numeric equality filter.public TopicSingularFilterConstant getConstant()
The constant used in a numeric equality filter.
public TopicNumericEqualityFilter withConstant(TopicSingularFilterConstant constant)
The constant used in a numeric equality filter.
constant - The constant used in a numeric equality filter.public void setAggregation(String 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, and VARP.
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, and VARP.NamedFilterAggTypepublic String getAggregation()
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, and VARP.
NO_AGGREGATION, SUM, AVERAGE,
COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN,
STDEV, STDEVP, VAR, and VARP.NamedFilterAggTypepublic TopicNumericEqualityFilter withAggregation(String 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, and VARP.
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, and VARP.NamedFilterAggTypepublic TopicNumericEqualityFilter withAggregation(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, and VARP.
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, and VARP.NamedFilterAggTypepublic String toString()
toString in class ObjectObject.toString()public TopicNumericEqualityFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.