@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CategoricalMeasureField extends Object implements Serializable, Cloneable, StructuredPojo
The measure type field with categorical type columns.
| Constructor and Description |
|---|
CategoricalMeasureField() |
| Modifier and Type | Method and Description |
|---|---|
CategoricalMeasureField |
clone() |
boolean |
equals(Object obj) |
String |
getAggregationFunction()
The aggregation function of the measure field.
|
ColumnIdentifier |
getColumn()
The column that is used in the
CategoricalMeasureField. |
String |
getFieldId()
The custom field ID.
|
StringFormatConfiguration |
getFormatConfiguration()
The format configuration of the field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAggregationFunction(String aggregationFunction)
The aggregation function of the measure field.
|
void |
setColumn(ColumnIdentifier column)
The column that is used in the
CategoricalMeasureField. |
void |
setFieldId(String fieldId)
The custom field ID.
|
void |
setFormatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
|
String |
toString()
Returns a string representation of this object.
|
CategoricalMeasureField |
withAggregationFunction(CategoricalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
|
CategoricalMeasureField |
withAggregationFunction(String aggregationFunction)
The aggregation function of the measure field.
|
CategoricalMeasureField |
withColumn(ColumnIdentifier column)
The column that is used in the
CategoricalMeasureField. |
CategoricalMeasureField |
withFieldId(String fieldId)
The custom field ID.
|
CategoricalMeasureField |
withFormatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
|
public void setFieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.public String getFieldId()
The custom field ID.
public CategoricalMeasureField withFieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.public void setColumn(ColumnIdentifier column)
The column that is used in the CategoricalMeasureField.
column - The column that is used in the CategoricalMeasureField.public ColumnIdentifier getColumn()
The column that is used in the CategoricalMeasureField.
CategoricalMeasureField.public CategoricalMeasureField withColumn(ColumnIdentifier column)
The column that is used in the CategoricalMeasureField.
column - The column that is used in the CategoricalMeasureField.public void setAggregationFunction(String aggregationFunction)
The aggregation function of the measure field.
aggregationFunction - The aggregation function of the measure field.CategoricalAggregationFunctionpublic String getAggregationFunction()
The aggregation function of the measure field.
CategoricalAggregationFunctionpublic CategoricalMeasureField withAggregationFunction(String aggregationFunction)
The aggregation function of the measure field.
aggregationFunction - The aggregation function of the measure field.CategoricalAggregationFunctionpublic CategoricalMeasureField withAggregationFunction(CategoricalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
aggregationFunction - The aggregation function of the measure field.CategoricalAggregationFunctionpublic void setFormatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.public StringFormatConfiguration getFormatConfiguration()
The format configuration of the field.
public CategoricalMeasureField withFormatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.public String toString()
toString in class ObjectObject.toString()public CategoricalMeasureField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.