@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) |
LabelOptions |
getTitleOptions()
The options to configure the title visibility, name, and font size.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
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 |
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 String toString()
toString in class ObjectObject.toString()public SliderControlDisplayOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.