@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TotalAggregationFunction extends Object implements Serializable, Cloneable, StructuredPojo
An aggregation function that aggregates the total values of a measure.
Constructor and Description |
---|
TotalAggregationFunction() |
Modifier and Type | Method and Description |
---|---|
TotalAggregationFunction |
clone() |
boolean |
equals(Object obj) |
String |
getSimpleTotalAggregationFunction()
A built in aggregation function for total values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSimpleTotalAggregationFunction(String simpleTotalAggregationFunction)
A built in aggregation function for total values.
|
String |
toString()
Returns a string representation of this object.
|
TotalAggregationFunction |
withSimpleTotalAggregationFunction(SimpleTotalAggregationFunction simpleTotalAggregationFunction)
A built in aggregation function for total values.
|
TotalAggregationFunction |
withSimpleTotalAggregationFunction(String simpleTotalAggregationFunction)
A built in aggregation function for total values.
|
public void setSimpleTotalAggregationFunction(String simpleTotalAggregationFunction)
A built in aggregation function for total values.
simpleTotalAggregationFunction
- A built in aggregation function for total values.SimpleTotalAggregationFunction
public String getSimpleTotalAggregationFunction()
A built in aggregation function for total values.
SimpleTotalAggregationFunction
public TotalAggregationFunction withSimpleTotalAggregationFunction(String simpleTotalAggregationFunction)
A built in aggregation function for total values.
simpleTotalAggregationFunction
- A built in aggregation function for total values.SimpleTotalAggregationFunction
public TotalAggregationFunction withSimpleTotalAggregationFunction(SimpleTotalAggregationFunction simpleTotalAggregationFunction)
A built in aggregation function for total values.
simpleTotalAggregationFunction
- A built in aggregation function for total values.SimpleTotalAggregationFunction
public String toString()
toString
in class Object
Object.toString()
public TotalAggregationFunction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.