@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public SliderControlDisplayOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.