@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultFilterControlOptions extends Object implements Serializable, Cloneable, StructuredPojo
The option that corresponds to the control type of the filter.
| Constructor and Description |
|---|
DefaultFilterControlOptions() |
| Modifier and Type | Method and Description |
|---|---|
DefaultFilterControlOptions |
clone() |
boolean |
equals(Object obj) |
DefaultDateTimePickerControlOptions |
getDefaultDateTimePickerOptions()
The default options that correspond to the filter control type of a
DateTimePicker. |
DefaultFilterDropDownControlOptions |
getDefaultDropdownOptions()
The default options that correspond to the
Dropdown filter control type. |
DefaultFilterListControlOptions |
getDefaultListOptions()
The default options that correspond to the
List filter control type. |
DefaultRelativeDateTimeControlOptions |
getDefaultRelativeDateTimeOptions()
The default options that correspond to the
RelativeDateTime filter control type. |
DefaultSliderControlOptions |
getDefaultSliderOptions()
The default options that correspond to the
Slider filter control type. |
DefaultTextAreaControlOptions |
getDefaultTextAreaOptions()
The default options that correspond to the
TextArea filter control type. |
DefaultTextFieldControlOptions |
getDefaultTextFieldOptions()
The default options that correspond to the
TextField filter control type. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDefaultDateTimePickerOptions(DefaultDateTimePickerControlOptions defaultDateTimePickerOptions)
The default options that correspond to the filter control type of a
DateTimePicker. |
void |
setDefaultDropdownOptions(DefaultFilterDropDownControlOptions defaultDropdownOptions)
The default options that correspond to the
Dropdown filter control type. |
void |
setDefaultListOptions(DefaultFilterListControlOptions defaultListOptions)
The default options that correspond to the
List filter control type. |
void |
setDefaultRelativeDateTimeOptions(DefaultRelativeDateTimeControlOptions defaultRelativeDateTimeOptions)
The default options that correspond to the
RelativeDateTime filter control type. |
void |
setDefaultSliderOptions(DefaultSliderControlOptions defaultSliderOptions)
The default options that correspond to the
Slider filter control type. |
void |
setDefaultTextAreaOptions(DefaultTextAreaControlOptions defaultTextAreaOptions)
The default options that correspond to the
TextArea filter control type. |
void |
setDefaultTextFieldOptions(DefaultTextFieldControlOptions defaultTextFieldOptions)
The default options that correspond to the
TextField filter control type. |
String |
toString()
Returns a string representation of this object.
|
DefaultFilterControlOptions |
withDefaultDateTimePickerOptions(DefaultDateTimePickerControlOptions defaultDateTimePickerOptions)
The default options that correspond to the filter control type of a
DateTimePicker. |
DefaultFilterControlOptions |
withDefaultDropdownOptions(DefaultFilterDropDownControlOptions defaultDropdownOptions)
The default options that correspond to the
Dropdown filter control type. |
DefaultFilterControlOptions |
withDefaultListOptions(DefaultFilterListControlOptions defaultListOptions)
The default options that correspond to the
List filter control type. |
DefaultFilterControlOptions |
withDefaultRelativeDateTimeOptions(DefaultRelativeDateTimeControlOptions defaultRelativeDateTimeOptions)
The default options that correspond to the
RelativeDateTime filter control type. |
DefaultFilterControlOptions |
withDefaultSliderOptions(DefaultSliderControlOptions defaultSliderOptions)
The default options that correspond to the
Slider filter control type. |
DefaultFilterControlOptions |
withDefaultTextAreaOptions(DefaultTextAreaControlOptions defaultTextAreaOptions)
The default options that correspond to the
TextArea filter control type. |
DefaultFilterControlOptions |
withDefaultTextFieldOptions(DefaultTextFieldControlOptions defaultTextFieldOptions)
The default options that correspond to the
TextField filter control type. |
public void setDefaultDateTimePickerOptions(DefaultDateTimePickerControlOptions defaultDateTimePickerOptions)
The default options that correspond to the filter control type of a DateTimePicker.
defaultDateTimePickerOptions - The default options that correspond to the filter control type of a DateTimePicker.public DefaultDateTimePickerControlOptions getDefaultDateTimePickerOptions()
The default options that correspond to the filter control type of a DateTimePicker.
DateTimePicker.public DefaultFilterControlOptions withDefaultDateTimePickerOptions(DefaultDateTimePickerControlOptions defaultDateTimePickerOptions)
The default options that correspond to the filter control type of a DateTimePicker.
defaultDateTimePickerOptions - The default options that correspond to the filter control type of a DateTimePicker.public void setDefaultListOptions(DefaultFilterListControlOptions defaultListOptions)
The default options that correspond to the List filter control type.
defaultListOptions - The default options that correspond to the List filter control type.public DefaultFilterListControlOptions getDefaultListOptions()
The default options that correspond to the List filter control type.
List filter control type.public DefaultFilterControlOptions withDefaultListOptions(DefaultFilterListControlOptions defaultListOptions)
The default options that correspond to the List filter control type.
defaultListOptions - The default options that correspond to the List filter control type.public void setDefaultDropdownOptions(DefaultFilterDropDownControlOptions defaultDropdownOptions)
The default options that correspond to the Dropdown filter control type.
defaultDropdownOptions - The default options that correspond to the Dropdown filter control type.public DefaultFilterDropDownControlOptions getDefaultDropdownOptions()
The default options that correspond to the Dropdown filter control type.
Dropdown filter control type.public DefaultFilterControlOptions withDefaultDropdownOptions(DefaultFilterDropDownControlOptions defaultDropdownOptions)
The default options that correspond to the Dropdown filter control type.
defaultDropdownOptions - The default options that correspond to the Dropdown filter control type.public void setDefaultTextFieldOptions(DefaultTextFieldControlOptions defaultTextFieldOptions)
The default options that correspond to the TextField filter control type.
defaultTextFieldOptions - The default options that correspond to the TextField filter control type.public DefaultTextFieldControlOptions getDefaultTextFieldOptions()
The default options that correspond to the TextField filter control type.
TextField filter control type.public DefaultFilterControlOptions withDefaultTextFieldOptions(DefaultTextFieldControlOptions defaultTextFieldOptions)
The default options that correspond to the TextField filter control type.
defaultTextFieldOptions - The default options that correspond to the TextField filter control type.public void setDefaultTextAreaOptions(DefaultTextAreaControlOptions defaultTextAreaOptions)
The default options that correspond to the TextArea filter control type.
defaultTextAreaOptions - The default options that correspond to the TextArea filter control type.public DefaultTextAreaControlOptions getDefaultTextAreaOptions()
The default options that correspond to the TextArea filter control type.
TextArea filter control type.public DefaultFilterControlOptions withDefaultTextAreaOptions(DefaultTextAreaControlOptions defaultTextAreaOptions)
The default options that correspond to the TextArea filter control type.
defaultTextAreaOptions - The default options that correspond to the TextArea filter control type.public void setDefaultSliderOptions(DefaultSliderControlOptions defaultSliderOptions)
The default options that correspond to the Slider filter control type.
defaultSliderOptions - The default options that correspond to the Slider filter control type.public DefaultSliderControlOptions getDefaultSliderOptions()
The default options that correspond to the Slider filter control type.
Slider filter control type.public DefaultFilterControlOptions withDefaultSliderOptions(DefaultSliderControlOptions defaultSliderOptions)
The default options that correspond to the Slider filter control type.
defaultSliderOptions - The default options that correspond to the Slider filter control type.public void setDefaultRelativeDateTimeOptions(DefaultRelativeDateTimeControlOptions defaultRelativeDateTimeOptions)
The default options that correspond to the RelativeDateTime filter control type.
defaultRelativeDateTimeOptions - The default options that correspond to the RelativeDateTime filter control type.public DefaultRelativeDateTimeControlOptions getDefaultRelativeDateTimeOptions()
The default options that correspond to the RelativeDateTime filter control type.
RelativeDateTime filter control type.public DefaultFilterControlOptions withDefaultRelativeDateTimeOptions(DefaultRelativeDateTimeControlOptions defaultRelativeDateTimeOptions)
The default options that correspond to the RelativeDateTime filter control type.
defaultRelativeDateTimeOptions - The default options that correspond to the RelativeDateTime filter control type.public String toString()
toString in class ObjectObject.toString()public DefaultFilterControlOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.