@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SliderControlDisplayOptions extends Object implements Serializable, Cloneable, StructuredPojo
The display options of a control.
Constructor and Description |
---|
SliderControlDisplayOptions() |
Modifier and Type | Method and Description |
---|---|
SliderControlDisplayOptions |
clone() |
boolean |
equals(Object obj) |
SheetControlInfoIconLabelOptions |
getInfoIconLabelOptions()
The configuration of info icon label options.
|
LabelOptions |
getTitleOptions()
The options to configure the title visibility, name, and font size.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
void |
setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
String |
toString()
Returns a string representation of this object.
|
SliderControlDisplayOptions |
withInfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
|
SliderControlDisplayOptions |
withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
public void setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
titleOptions
- The options to configure the title visibility, name, and font size.public LabelOptions getTitleOptions()
The options to configure the title visibility, name, and font size.
public SliderControlDisplayOptions withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
titleOptions
- The options to configure the title visibility, name, and font size.public void setInfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
infoIconLabelOptions
- The configuration of info icon label options.public SheetControlInfoIconLabelOptions getInfoIconLabelOptions()
The configuration of info icon label options.
public SliderControlDisplayOptions withInfoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions)
The configuration of info icon label options.
infoIconLabelOptions
- The configuration of info icon label options.public String toString()
toString
in class Object
Object.toString()
public SliderControlDisplayOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.