Class TotalAggregationOption
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TotalAggregationOption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TotalAggregationOption.Builder,TotalAggregationOption>
@Generated("software.amazon.awssdk:codegen") public final class TotalAggregationOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TotalAggregationOption.Builder,TotalAggregationOption>
The total aggregation settings map of a field id.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTotalAggregationOption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TotalAggregationOption.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfieldId()The field id that's associated with the total aggregation option.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TotalAggregationOption.Builder>serializableBuilderClass()TotalAggregationOption.BuildertoBuilder()StringtoString()Returns a string representation of this object.TotalAggregationFunctiontotalAggregationFunction()The total aggregation function that you want to set for a specified field id.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fieldId
public final String fieldId()
The field id that's associated with the total aggregation option.
- Returns:
- The field id that's associated with the total aggregation option.
-
totalAggregationFunction
public final TotalAggregationFunction totalAggregationFunction()
The total aggregation function that you want to set for a specified field id.
- Returns:
- The total aggregation function that you want to set for a specified field id.
-
toBuilder
public TotalAggregationOption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TotalAggregationOption.Builder,TotalAggregationOption>
-
builder
public static TotalAggregationOption.Builder builder()
-
serializableBuilderClass
public static Class<? extends TotalAggregationOption.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-