Class FilterAggMetrics
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FilterAggMetrics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FilterAggMetrics.Builder,FilterAggMetrics>
@Generated("software.amazon.awssdk:codegen") public final class FilterAggMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilterAggMetrics.Builder,FilterAggMetrics>
The definition for the
FilterAggMetrics.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilterAggMetrics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilterAggMetrics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)AggTypefunction()The function for theFilterAggMetrics.StringfunctionAsString()The function for theFilterAggMetrics.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IdentifiermetricOperand()The metric operand of theFilterAggMetrics.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FilterAggMetrics.Builder>serializableBuilderClass()TopicSortDirectionsortDirection()The sort direction forFilterAggMetrics.StringsortDirectionAsString()The sort direction forFilterAggMetrics.FilterAggMetrics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
metricOperand
public final Identifier metricOperand()
The metric operand of the
FilterAggMetrics.- Returns:
- The metric operand of the
FilterAggMetrics.
-
function
public final AggType function()
The function for the
FilterAggMetrics.If the service returns an enum value that is not available in the current SDK version,
functionwill returnAggType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfunctionAsString().- Returns:
- The function for the
FilterAggMetrics. - See Also:
AggType
-
functionAsString
public final String functionAsString()
The function for the
FilterAggMetrics.If the service returns an enum value that is not available in the current SDK version,
functionwill returnAggType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfunctionAsString().- Returns:
- The function for the
FilterAggMetrics. - See Also:
AggType
-
sortDirection
public final TopicSortDirection sortDirection()
The sort direction for
FilterAggMetrics.If the service returns an enum value that is not available in the current SDK version,
sortDirectionwill returnTopicSortDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortDirectionAsString().- Returns:
- The sort direction for
FilterAggMetrics. - See Also:
TopicSortDirection
-
sortDirectionAsString
public final String sortDirectionAsString()
The sort direction for
FilterAggMetrics.If the service returns an enum value that is not available in the current SDK version,
sortDirectionwill returnTopicSortDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortDirectionAsString().- Returns:
- The sort direction for
FilterAggMetrics. - See Also:
TopicSortDirection
-
toBuilder
public FilterAggMetrics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FilterAggMetrics.Builder,FilterAggMetrics>
-
builder
public static FilterAggMetrics.Builder builder()
-
serializableBuilderClass
public static Class<? extends FilterAggMetrics.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
-
-