@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ItemsLimitConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The limit configuration of the visual display for an axis.
Constructor and Description |
---|
ItemsLimitConfiguration() |
Modifier and Type | Method and Description |
---|---|
ItemsLimitConfiguration |
clone() |
boolean |
equals(Object obj) |
Long |
getItemsLimit()
The limit on how many items of a field are showed in the chart.
|
String |
getOtherCategories()
The
Show other of an axis in the chart. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setItemsLimit(Long itemsLimit)
The limit on how many items of a field are showed in the chart.
|
void |
setOtherCategories(String otherCategories)
The
Show other of an axis in the chart. |
String |
toString()
Returns a string representation of this object.
|
ItemsLimitConfiguration |
withItemsLimit(Long itemsLimit)
The limit on how many items of a field are showed in the chart.
|
ItemsLimitConfiguration |
withOtherCategories(OtherCategories otherCategories)
The
Show other of an axis in the chart. |
ItemsLimitConfiguration |
withOtherCategories(String otherCategories)
The
Show other of an axis in the chart. |
public void setItemsLimit(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.
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 Long getItemsLimit()
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 ItemsLimitConfiguration withItemsLimit(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.
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 void setOtherCategories(String otherCategories)
The Show other
of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
otherCategories
- The Show other
of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
OtherCategories
public String getOtherCategories()
The Show other
of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
Show other
of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
OtherCategories
public ItemsLimitConfiguration withOtherCategories(String otherCategories)
The Show other
of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
otherCategories
- The Show other
of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
OtherCategories
public ItemsLimitConfiguration withOtherCategories(OtherCategories otherCategories)
The Show other
of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
otherCategories
- The Show other
of an axis in the chart. Choose one of the following options:
INCLUDE
EXCLUDE
OtherCategories
public String toString()
toString
in class Object
Object.toString()
public ItemsLimitConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.