@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CategoryDrillDownFilter extends Object implements Serializable, Cloneable, StructuredPojo
The numeric equality type drill down filter.
Constructor and Description |
---|
CategoryDrillDownFilter() |
Modifier and Type | Method and Description |
---|---|
CategoryDrillDownFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCategoryValues()
A list of the string inputs that are the values of the category drill down filter.
|
ColumnIdentifier |
getColumn()
The column that the filter is applied to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoryValues(Collection<String> categoryValues)
A list of the string inputs that are the values of the category drill down filter.
|
void |
setColumn(ColumnIdentifier column)
The column that the filter is applied to.
|
String |
toString()
Returns a string representation of this object.
|
CategoryDrillDownFilter |
withCategoryValues(Collection<String> categoryValues)
A list of the string inputs that are the values of the category drill down filter.
|
CategoryDrillDownFilter |
withCategoryValues(String... categoryValues)
A list of the string inputs that are the values of the category drill down filter.
|
CategoryDrillDownFilter |
withColumn(ColumnIdentifier column)
The column that the filter is applied to.
|
public void setColumn(ColumnIdentifier column)
The column that the filter is applied to.
column
- The column that the filter is applied to.public ColumnIdentifier getColumn()
The column that the filter is applied to.
public CategoryDrillDownFilter withColumn(ColumnIdentifier column)
The column that the filter is applied to.
column
- The column that the filter is applied to.public List<String> getCategoryValues()
A list of the string inputs that are the values of the category drill down filter.
public void setCategoryValues(Collection<String> categoryValues)
A list of the string inputs that are the values of the category drill down filter.
categoryValues
- A list of the string inputs that are the values of the category drill down filter.public CategoryDrillDownFilter withCategoryValues(String... categoryValues)
A list of the string inputs that are the values of the category drill down 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
- A list of the string inputs that are the values of the category drill down filter.public CategoryDrillDownFilter withCategoryValues(Collection<String> categoryValues)
A list of the string inputs that are the values of the category drill down filter.
categoryValues
- A list of the string inputs that are the values of the category drill down filter.public String toString()
toString
in class Object
Object.toString()
public CategoryDrillDownFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.