@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterListConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A list of filter configurations.
| Constructor and Description |
|---|
FilterListConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FilterListConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCategoryValues()
The list of category values for the filter.
|
String |
getMatchOperator()
The match operator that is used to determine if a filter should be applied.
|
String |
getSelectAllOptions()
Select all of the values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCategoryValues(Collection<String> categoryValues)
The list of category values for the filter.
|
void |
setMatchOperator(String matchOperator)
The match operator that is used to determine if a filter should be applied.
|
void |
setSelectAllOptions(String selectAllOptions)
Select all of the values.
|
String |
toString()
Returns a string representation of this object.
|
FilterListConfiguration |
withCategoryValues(Collection<String> categoryValues)
The list of category values for the filter.
|
FilterListConfiguration |
withCategoryValues(String... categoryValues)
The list of category values for the filter.
|
FilterListConfiguration |
withMatchOperator(CategoryFilterMatchOperator matchOperator)
The match operator that is used to determine if a filter should be applied.
|
FilterListConfiguration |
withMatchOperator(String matchOperator)
The match operator that is used to determine if a filter should be applied.
|
FilterListConfiguration |
withSelectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)
Select all of the values.
|
FilterListConfiguration |
withSelectAllOptions(String selectAllOptions)
Select all of the values.
|
public void setMatchOperator(String matchOperator)
The match operator that is used to determine if a filter should be applied.
matchOperator - The match operator that is used to determine if a filter should be applied.CategoryFilterMatchOperatorpublic String getMatchOperator()
The match operator that is used to determine if a filter should be applied.
CategoryFilterMatchOperatorpublic FilterListConfiguration withMatchOperator(String matchOperator)
The match operator that is used to determine if a filter should be applied.
matchOperator - The match operator that is used to determine if a filter should be applied.CategoryFilterMatchOperatorpublic FilterListConfiguration withMatchOperator(CategoryFilterMatchOperator matchOperator)
The match operator that is used to determine if a filter should be applied.
matchOperator - The match operator that is used to determine if a filter should be applied.CategoryFilterMatchOperatorpublic List<String> getCategoryValues()
The list of category values for the filter.
public void setCategoryValues(Collection<String> categoryValues)
The list of category values for the filter.
categoryValues - The list of category values for the filter.public FilterListConfiguration withCategoryValues(String... categoryValues)
The list of category values for the filter.
NOTE: This method appends the values to the existing list (if any). Use
setCategoryValues(java.util.Collection) or withCategoryValues(java.util.Collection) if you want
to override the existing values.
categoryValues - The list of category values for the filter.public FilterListConfiguration withCategoryValues(Collection<String> categoryValues)
The list of category values for the filter.
categoryValues - The list of category values for the filter.public void setSelectAllOptions(String selectAllOptions)
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
selectAllOptions - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
CategoryFilterSelectAllOptionspublic String getSelectAllOptions()
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
FILTER_ALL_VALUES
CategoryFilterSelectAllOptionspublic FilterListConfiguration withSelectAllOptions(String selectAllOptions)
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
selectAllOptions - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
CategoryFilterSelectAllOptionspublic FilterListConfiguration withSelectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
selectAllOptions - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
CategoryFilterSelectAllOptionspublic String toString()
toString in class ObjectObject.toString()public FilterListConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.