@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DropDownControlDisplayOptions extends Object implements Serializable, Cloneable, StructuredPojo
The display options of a control.
Constructor and Description |
---|
DropDownControlDisplayOptions() |
Modifier and Type | Method and Description |
---|---|
DropDownControlDisplayOptions |
clone() |
boolean |
equals(Object obj) |
ListControlSelectAllOptions |
getSelectAllOptions()
The configuration of the
Select all options in a dropdown control. |
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 |
setSelectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select all options in a dropdown control. |
void |
setTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
String |
toString()
Returns a string representation of this object.
|
DropDownControlDisplayOptions |
withSelectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the
Select all options in a dropdown control. |
DropDownControlDisplayOptions |
withTitleOptions(LabelOptions titleOptions)
The options to configure the title visibility, name, and font size.
|
public void setSelectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the Select all
options in a dropdown control.
selectAllOptions
- The configuration of the Select all
options in a dropdown control.public ListControlSelectAllOptions getSelectAllOptions()
The configuration of the Select all
options in a dropdown control.
Select all
options in a dropdown control.public DropDownControlDisplayOptions withSelectAllOptions(ListControlSelectAllOptions selectAllOptions)
The configuration of the Select all
options in a dropdown control.
selectAllOptions
- The configuration of the Select all
options in a dropdown control.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 DropDownControlDisplayOptions 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 DropDownControlDisplayOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.