@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultFilterListControlOptions extends Object implements Serializable, Cloneable, StructuredPojo
The default options that correspond to the List
filter control type.
Constructor and Description |
---|
DefaultFilterListControlOptions() |
Modifier and Type | Method and Description |
---|---|
DefaultFilterListControlOptions |
clone() |
boolean |
equals(Object obj) |
ListControlDisplayOptions |
getDisplayOptions()
The display options of a control.
|
FilterSelectableValues |
getSelectableValues()
A list of selectable values that are used in a control.
|
String |
getType()
The type of the
DefaultFilterListControlOptions . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
|
void |
setSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
void |
setType(String type)
The type of the
DefaultFilterListControlOptions . |
String |
toString()
Returns a string representation of this object.
|
DefaultFilterListControlOptions |
withDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
|
DefaultFilterListControlOptions |
withSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
DefaultFilterListControlOptions |
withType(SheetControlListType type)
The type of the
DefaultFilterListControlOptions . |
DefaultFilterListControlOptions |
withType(String type)
The type of the
DefaultFilterListControlOptions . |
public void setDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public ListControlDisplayOptions getDisplayOptions()
The display options of a control.
public DefaultFilterListControlOptions withDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
displayOptions
- The display options of a control.public void setType(String type)
The type of the DefaultFilterListControlOptions
. Choose one of the following options:
MULTI_SELECT
: The user can select multiple entries from the list.
SINGLE_SELECT
: The user can select a single entry from the list.
type
- The type of the DefaultFilterListControlOptions
. Choose one of the following options:
MULTI_SELECT
: The user can select multiple entries from the list.
SINGLE_SELECT
: The user can select a single entry from the list.
SheetControlListType
public String getType()
The type of the DefaultFilterListControlOptions
. Choose one of the following options:
MULTI_SELECT
: The user can select multiple entries from the list.
SINGLE_SELECT
: The user can select a single entry from the list.
DefaultFilterListControlOptions
. Choose one of the following options:
MULTI_SELECT
: The user can select multiple entries from the list.
SINGLE_SELECT
: The user can select a single entry from the list.
SheetControlListType
public DefaultFilterListControlOptions withType(String type)
The type of the DefaultFilterListControlOptions
. Choose one of the following options:
MULTI_SELECT
: The user can select multiple entries from the list.
SINGLE_SELECT
: The user can select a single entry from the list.
type
- The type of the DefaultFilterListControlOptions
. Choose one of the following options:
MULTI_SELECT
: The user can select multiple entries from the list.
SINGLE_SELECT
: The user can select a single entry from the list.
SheetControlListType
public DefaultFilterListControlOptions withType(SheetControlListType type)
The type of the DefaultFilterListControlOptions
. Choose one of the following options:
MULTI_SELECT
: The user can select multiple entries from the list.
SINGLE_SELECT
: The user can select a single entry from the list.
type
- The type of the DefaultFilterListControlOptions
. Choose one of the following options:
MULTI_SELECT
: The user can select multiple entries from the list.
SINGLE_SELECT
: The user can select a single entry from the list.
SheetControlListType
public void setSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
selectableValues
- A list of selectable values that are used in a control.public FilterSelectableValues getSelectableValues()
A list of selectable values that are used in a control.
public DefaultFilterListControlOptions withSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
selectableValues
- A list of selectable values that are used in a control.public String toString()
toString
in class Object
Object.toString()
public DefaultFilterListControlOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.