Class DefaultFilterControlOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DefaultFilterControlOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DefaultFilterControlOptions.Builder,DefaultFilterControlOptions>
@Generated("software.amazon.awssdk:codegen") public final class DefaultFilterControlOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultFilterControlOptions.Builder,DefaultFilterControlOptions>
The option that corresponds to the control type of the filter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultFilterControlOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultFilterControlOptions.Builderbuilder()DefaultDateTimePickerControlOptionsdefaultDateTimePickerOptions()The default options that correspond to the filter control type of aDateTimePicker.DefaultFilterDropDownControlOptionsdefaultDropdownOptions()The default options that correspond to theDropdownfilter control type.DefaultFilterListControlOptionsdefaultListOptions()The default options that correspond to theListfilter control type.DefaultRelativeDateTimeControlOptionsdefaultRelativeDateTimeOptions()The default options that correspond to theRelativeDateTimefilter control type.DefaultSliderControlOptionsdefaultSliderOptions()The default options that correspond to theSliderfilter control type.DefaultTextAreaControlOptionsdefaultTextAreaOptions()The default options that correspond to theTextAreafilter control type.DefaultTextFieldControlOptionsdefaultTextFieldOptions()The default options that correspond to theTextFieldfilter control type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DefaultFilterControlOptions.Builder>serializableBuilderClass()DefaultFilterControlOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
defaultDateTimePickerOptions
public final DefaultDateTimePickerControlOptions defaultDateTimePickerOptions()
The default options that correspond to the filter control type of a
DateTimePicker.- Returns:
- The default options that correspond to the filter control type of a
DateTimePicker.
-
defaultListOptions
public final DefaultFilterListControlOptions defaultListOptions()
The default options that correspond to the
Listfilter control type.- Returns:
- The default options that correspond to the
Listfilter control type.
-
defaultDropdownOptions
public final DefaultFilterDropDownControlOptions defaultDropdownOptions()
The default options that correspond to the
Dropdownfilter control type.- Returns:
- The default options that correspond to the
Dropdownfilter control type.
-
defaultTextFieldOptions
public final DefaultTextFieldControlOptions defaultTextFieldOptions()
The default options that correspond to the
TextFieldfilter control type.- Returns:
- The default options that correspond to the
TextFieldfilter control type.
-
defaultTextAreaOptions
public final DefaultTextAreaControlOptions defaultTextAreaOptions()
The default options that correspond to the
TextAreafilter control type.- Returns:
- The default options that correspond to the
TextAreafilter control type.
-
defaultSliderOptions
public final DefaultSliderControlOptions defaultSliderOptions()
The default options that correspond to the
Sliderfilter control type.- Returns:
- The default options that correspond to the
Sliderfilter control type.
-
defaultRelativeDateTimeOptions
public final DefaultRelativeDateTimeControlOptions defaultRelativeDateTimeOptions()
The default options that correspond to the
RelativeDateTimefilter control type.- Returns:
- The default options that correspond to the
RelativeDateTimefilter control type.
-
toBuilder
public DefaultFilterControlOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DefaultFilterControlOptions.Builder,DefaultFilterControlOptions>
-
builder
public static DefaultFilterControlOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends DefaultFilterControlOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-