@Generated(value="software.amazon.awssdk:codegen") public final class ItemsLimitConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ItemsLimitConfiguration.Builder,ItemsLimitConfiguration>
The limit configuration of the visual display for an axis.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ItemsLimitConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ItemsLimitConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
itemsLimit()
The limit on how many items of a field are showed in the chart.
|
OtherCategories |
otherCategories()
The
Show other of an axis in the chart. |
String |
otherCategoriesAsString()
The
Show other of an axis in the chart. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ItemsLimitConfiguration.Builder> |
serializableBuilderClass() |
ItemsLimitConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long itemsLimit()
The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.
public final OtherCategories otherCategories()
The Show other of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
If the service returns an enum value that is not available in the current SDK version, otherCategories
will return OtherCategories.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from otherCategoriesAsString().
Show other of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
OtherCategoriespublic final String otherCategoriesAsString()
The Show other of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
If the service returns an enum value that is not available in the current SDK version, otherCategories
will return OtherCategories.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from otherCategoriesAsString().
Show other of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
OtherCategoriespublic ItemsLimitConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ItemsLimitConfiguration.Builder,ItemsLimitConfiguration>public static ItemsLimitConfiguration.Builder builder()
public static Class<? extends ItemsLimitConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.