@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScrollBarOptions extends Object implements Serializable, Cloneable, StructuredPojo
The visual display options for a data zoom scroll bar.
| Constructor and Description |
|---|
ScrollBarOptions() |
| Modifier and Type | Method and Description |
|---|---|
ScrollBarOptions |
clone() |
boolean |
equals(Object obj) |
String |
getVisibility()
The visibility of the data zoom scroll bar.
|
VisibleRangeOptions |
getVisibleRange()
The visibility range for the data zoom scroll bar.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVisibility(String visibility)
The visibility of the data zoom scroll bar.
|
void |
setVisibleRange(VisibleRangeOptions visibleRange)
The visibility range for the data zoom scroll bar.
|
String |
toString()
Returns a string representation of this object.
|
ScrollBarOptions |
withVisibility(String visibility)
The visibility of the data zoom scroll bar.
|
ScrollBarOptions |
withVisibility(Visibility visibility)
The visibility of the data zoom scroll bar.
|
ScrollBarOptions |
withVisibleRange(VisibleRangeOptions visibleRange)
The visibility range for the data zoom scroll bar.
|
public void setVisibility(String visibility)
The visibility of the data zoom scroll bar.
visibility - The visibility of the data zoom scroll bar.Visibilitypublic String getVisibility()
The visibility of the data zoom scroll bar.
Visibilitypublic ScrollBarOptions withVisibility(String visibility)
The visibility of the data zoom scroll bar.
visibility - The visibility of the data zoom scroll bar.Visibilitypublic ScrollBarOptions withVisibility(Visibility visibility)
The visibility of the data zoom scroll bar.
visibility - The visibility of the data zoom scroll bar.Visibilitypublic void setVisibleRange(VisibleRangeOptions visibleRange)
The visibility range for the data zoom scroll bar.
visibleRange - The visibility range for the data zoom scroll bar.public VisibleRangeOptions getVisibleRange()
The visibility range for the data zoom scroll bar.
public ScrollBarOptions withVisibleRange(VisibleRangeOptions visibleRange)
The visibility range for the data zoom scroll bar.
visibleRange - The visibility range for the data zoom scroll bar.public String toString()
toString in class ObjectObject.toString()public ScrollBarOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.