@Generated(value="software.amazon.awssdk:codegen") public final class CategoricalMeasureField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CategoricalMeasureField.Builder,CategoricalMeasureField>
The measure type field with categorical type columns.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CategoricalMeasureField.Builder |
| Modifier and Type | Method and Description |
|---|---|
CategoricalAggregationFunction |
aggregationFunction()
The aggregation function of the measure field.
|
String |
aggregationFunctionAsString()
The aggregation function of the measure field.
|
static CategoricalMeasureField.Builder |
builder() |
ColumnIdentifier |
column()
The column that is used in the
CategoricalMeasureField. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldId()
The custom field ID.
|
StringFormatConfiguration |
formatConfiguration()
The format configuration of the field.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CategoricalMeasureField.Builder> |
serializableBuilderClass() |
CategoricalMeasureField.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fieldId()
The custom field ID.
public final ColumnIdentifier column()
The column that is used in the CategoricalMeasureField.
CategoricalMeasureField.public final CategoricalAggregationFunction aggregationFunction()
The aggregation function of the measure field.
If the service returns an enum value that is not available in the current SDK version,
aggregationFunction will return CategoricalAggregationFunction.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from aggregationFunctionAsString().
CategoricalAggregationFunctionpublic final String aggregationFunctionAsString()
The aggregation function of the measure field.
If the service returns an enum value that is not available in the current SDK version,
aggregationFunction will return CategoricalAggregationFunction.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from aggregationFunctionAsString().
CategoricalAggregationFunctionpublic final StringFormatConfiguration formatConfiguration()
The format configuration of the field.
public CategoricalMeasureField.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CategoricalMeasureField.Builder,CategoricalMeasureField>public static CategoricalMeasureField.Builder builder()
public static Class<? extends CategoricalMeasureField.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.