@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceLineDynamicDataConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The dynamic configuration of the reference line data configuration.
Constructor and Description |
---|
ReferenceLineDynamicDataConfiguration() |
Modifier and Type | Method and Description |
---|---|
ReferenceLineDynamicDataConfiguration |
clone() |
boolean |
equals(Object obj) |
NumericalAggregationFunction |
getCalculation()
The calculation that is used in the dynamic data.
|
ColumnIdentifier |
getColumn()
The column that the dynamic data targets.
|
AggregationFunction |
getMeasureAggregationFunction()
The aggregation function that is used in the dynamic data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCalculation(NumericalAggregationFunction calculation)
The calculation that is used in the dynamic data.
|
void |
setColumn(ColumnIdentifier column)
The column that the dynamic data targets.
|
void |
setMeasureAggregationFunction(AggregationFunction measureAggregationFunction)
The aggregation function that is used in the dynamic data.
|
String |
toString()
Returns a string representation of this object.
|
ReferenceLineDynamicDataConfiguration |
withCalculation(NumericalAggregationFunction calculation)
The calculation that is used in the dynamic data.
|
ReferenceLineDynamicDataConfiguration |
withColumn(ColumnIdentifier column)
The column that the dynamic data targets.
|
ReferenceLineDynamicDataConfiguration |
withMeasureAggregationFunction(AggregationFunction measureAggregationFunction)
The aggregation function that is used in the dynamic data.
|
public ReferenceLineDynamicDataConfiguration()
public void setColumn(ColumnIdentifier column)
The column that the dynamic data targets.
column
- The column that the dynamic data targets.public ColumnIdentifier getColumn()
The column that the dynamic data targets.
public ReferenceLineDynamicDataConfiguration withColumn(ColumnIdentifier column)
The column that the dynamic data targets.
column
- The column that the dynamic data targets.public void setMeasureAggregationFunction(AggregationFunction measureAggregationFunction)
The aggregation function that is used in the dynamic data.
measureAggregationFunction
- The aggregation function that is used in the dynamic data.public AggregationFunction getMeasureAggregationFunction()
The aggregation function that is used in the dynamic data.
public ReferenceLineDynamicDataConfiguration withMeasureAggregationFunction(AggregationFunction measureAggregationFunction)
The aggregation function that is used in the dynamic data.
measureAggregationFunction
- The aggregation function that is used in the dynamic data.public void setCalculation(NumericalAggregationFunction calculation)
The calculation that is used in the dynamic data.
calculation
- The calculation that is used in the dynamic data.public NumericalAggregationFunction getCalculation()
The calculation that is used in the dynamic data.
public ReferenceLineDynamicDataConfiguration withCalculation(NumericalAggregationFunction calculation)
The calculation that is used in the dynamic data.
calculation
- The calculation that is used in the dynamic data.public String toString()
toString
in class Object
Object.toString()
public ReferenceLineDynamicDataConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.