@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumericalAggregationFunction extends Object implements Serializable, Cloneable, StructuredPojo
Aggregation for numerical values.
| Constructor and Description | 
|---|
NumericalAggregationFunction()  | 
| Modifier and Type | Method and Description | 
|---|---|
NumericalAggregationFunction | 
clone()  | 
boolean | 
equals(Object obj)  | 
PercentileAggregation | 
getPercentileAggregation()
 An aggregation based on the percentile of values in a dimension or measure. 
 | 
String | 
getSimpleNumericalAggregation()
 Built-in aggregation functions for numerical values. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setPercentileAggregation(PercentileAggregation percentileAggregation)
 An aggregation based on the percentile of values in a dimension or measure. 
 | 
void | 
setSimpleNumericalAggregation(String simpleNumericalAggregation)
 Built-in aggregation functions for numerical values. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
NumericalAggregationFunction | 
withPercentileAggregation(PercentileAggregation percentileAggregation)
 An aggregation based on the percentile of values in a dimension or measure. 
 | 
NumericalAggregationFunction | 
withSimpleNumericalAggregation(SimpleNumericalAggregationFunction simpleNumericalAggregation)
 Built-in aggregation functions for numerical values. 
 | 
NumericalAggregationFunction | 
withSimpleNumericalAggregation(String simpleNumericalAggregation)
 Built-in aggregation functions for numerical values. 
 | 
public void setSimpleNumericalAggregation(String simpleNumericalAggregation)
Built-in aggregation functions for numerical values.
 SUM: The sum of a dimension or measure.
 
 AVERAGE: The average of a dimension or measure.
 
 MIN: The minimum value of a dimension or measure.
 
 MAX: The maximum value of a dimension or measure.
 
 COUNT: The count of a dimension or measure.
 
 DISTINCT_COUNT: The count of distinct values in a dimension or measure.
 
 VAR: The variance of a dimension or measure.
 
 VARP: The partitioned variance of a dimension or measure.
 
 STDEV: The standard deviation of a dimension or measure.
 
 STDEVP: The partitioned standard deviation of a dimension or measure.
 
 MEDIAN: The median value of a dimension or measure.
 
simpleNumericalAggregation - Built-in aggregation functions for numerical values.
        
        SUM: The sum of a dimension or measure.
        
        AVERAGE: The average of a dimension or measure.
        
        MIN: The minimum value of a dimension or measure.
        
        MAX: The maximum value of a dimension or measure.
        
        COUNT: The count of a dimension or measure.
        
        DISTINCT_COUNT: The count of distinct values in a dimension or measure.
        
        VAR: The variance of a dimension or measure.
        
        VARP: The partitioned variance of a dimension or measure.
        
        STDEV: The standard deviation of a dimension or measure.
        
        STDEVP: The partitioned standard deviation of a dimension or measure.
        
        MEDIAN: The median value of a dimension or measure.
        
SimpleNumericalAggregationFunctionpublic String getSimpleNumericalAggregation()
Built-in aggregation functions for numerical values.
 SUM: The sum of a dimension or measure.
 
 AVERAGE: The average of a dimension or measure.
 
 MIN: The minimum value of a dimension or measure.
 
 MAX: The maximum value of a dimension or measure.
 
 COUNT: The count of a dimension or measure.
 
 DISTINCT_COUNT: The count of distinct values in a dimension or measure.
 
 VAR: The variance of a dimension or measure.
 
 VARP: The partitioned variance of a dimension or measure.
 
 STDEV: The standard deviation of a dimension or measure.
 
 STDEVP: The partitioned standard deviation of a dimension or measure.
 
 MEDIAN: The median value of a dimension or measure.
 
         SUM: The sum of a dimension or measure.
         
         AVERAGE: The average of a dimension or measure.
         
         MIN: The minimum value of a dimension or measure.
         
         MAX: The maximum value of a dimension or measure.
         
         COUNT: The count of a dimension or measure.
         
         DISTINCT_COUNT: The count of distinct values in a dimension or measure.
         
         VAR: The variance of a dimension or measure.
         
         VARP: The partitioned variance of a dimension or measure.
         
         STDEV: The standard deviation of a dimension or measure.
         
         STDEVP: The partitioned standard deviation of a dimension or measure.
         
         MEDIAN: The median value of a dimension or measure.
         
SimpleNumericalAggregationFunctionpublic NumericalAggregationFunction withSimpleNumericalAggregation(String simpleNumericalAggregation)
Built-in aggregation functions for numerical values.
 SUM: The sum of a dimension or measure.
 
 AVERAGE: The average of a dimension or measure.
 
 MIN: The minimum value of a dimension or measure.
 
 MAX: The maximum value of a dimension or measure.
 
 COUNT: The count of a dimension or measure.
 
 DISTINCT_COUNT: The count of distinct values in a dimension or measure.
 
 VAR: The variance of a dimension or measure.
 
 VARP: The partitioned variance of a dimension or measure.
 
 STDEV: The standard deviation of a dimension or measure.
 
 STDEVP: The partitioned standard deviation of a dimension or measure.
 
 MEDIAN: The median value of a dimension or measure.
 
simpleNumericalAggregation - Built-in aggregation functions for numerical values.
        
        SUM: The sum of a dimension or measure.
        
        AVERAGE: The average of a dimension or measure.
        
        MIN: The minimum value of a dimension or measure.
        
        MAX: The maximum value of a dimension or measure.
        
        COUNT: The count of a dimension or measure.
        
        DISTINCT_COUNT: The count of distinct values in a dimension or measure.
        
        VAR: The variance of a dimension or measure.
        
        VARP: The partitioned variance of a dimension or measure.
        
        STDEV: The standard deviation of a dimension or measure.
        
        STDEVP: The partitioned standard deviation of a dimension or measure.
        
        MEDIAN: The median value of a dimension or measure.
        
SimpleNumericalAggregationFunctionpublic NumericalAggregationFunction withSimpleNumericalAggregation(SimpleNumericalAggregationFunction simpleNumericalAggregation)
Built-in aggregation functions for numerical values.
 SUM: The sum of a dimension or measure.
 
 AVERAGE: The average of a dimension or measure.
 
 MIN: The minimum value of a dimension or measure.
 
 MAX: The maximum value of a dimension or measure.
 
 COUNT: The count of a dimension or measure.
 
 DISTINCT_COUNT: The count of distinct values in a dimension or measure.
 
 VAR: The variance of a dimension or measure.
 
 VARP: The partitioned variance of a dimension or measure.
 
 STDEV: The standard deviation of a dimension or measure.
 
 STDEVP: The partitioned standard deviation of a dimension or measure.
 
 MEDIAN: The median value of a dimension or measure.
 
simpleNumericalAggregation - Built-in aggregation functions for numerical values.
        
        SUM: The sum of a dimension or measure.
        
        AVERAGE: The average of a dimension or measure.
        
        MIN: The minimum value of a dimension or measure.
        
        MAX: The maximum value of a dimension or measure.
        
        COUNT: The count of a dimension or measure.
        
        DISTINCT_COUNT: The count of distinct values in a dimension or measure.
        
        VAR: The variance of a dimension or measure.
        
        VARP: The partitioned variance of a dimension or measure.
        
        STDEV: The standard deviation of a dimension or measure.
        
        STDEVP: The partitioned standard deviation of a dimension or measure.
        
        MEDIAN: The median value of a dimension or measure.
        
SimpleNumericalAggregationFunctionpublic void setPercentileAggregation(PercentileAggregation percentileAggregation)
An aggregation based on the percentile of values in a dimension or measure.
percentileAggregation - An aggregation based on the percentile of values in a dimension or measure.public PercentileAggregation getPercentileAggregation()
An aggregation based on the percentile of values in a dimension or measure.
public NumericalAggregationFunction withPercentileAggregation(PercentileAggregation percentileAggregation)
An aggregation based on the percentile of values in a dimension or measure.
percentileAggregation - An aggregation based on the percentile of values in a dimension or measure.public String toString()
toString in class ObjectObject.toString()public NumericalAggregationFunction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.