@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Filter extends Object implements Serializable, Cloneable, StructuredPojo
Describes a filter for choosing a subset of dimension values. Each filter consists of the dimension that you want to
include and the condition statement. The condition statement is specified in the FilterOperation object.
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
clone() |
boolean |
equals(Object obj) |
String |
getDimensionValue()
The value that you want to include in the filter.
|
String |
getFilterOperation()
The condition to apply.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDimensionValue(String dimensionValue)
The value that you want to include in the filter.
|
void |
setFilterOperation(String filterOperation)
The condition to apply.
|
String |
toString()
Returns a string representation of this object.
|
Filter |
withDimensionValue(String dimensionValue)
The value that you want to include in the filter.
|
Filter |
withFilterOperation(FilterOperation filterOperation)
The condition to apply.
|
Filter |
withFilterOperation(String filterOperation)
The condition to apply.
|
public void setDimensionValue(String dimensionValue)
The value that you want to include in the filter.
dimensionValue - The value that you want to include in the filter.public String getDimensionValue()
The value that you want to include in the filter.
public Filter withDimensionValue(String dimensionValue)
The value that you want to include in the filter.
dimensionValue - The value that you want to include in the filter.public void setFilterOperation(String filterOperation)
The condition to apply.
filterOperation - The condition to apply.FilterOperationpublic String getFilterOperation()
The condition to apply.
FilterOperationpublic Filter withFilterOperation(String filterOperation)
The condition to apply.
filterOperation - The condition to apply.FilterOperationpublic Filter withFilterOperation(FilterOperation filterOperation)
The condition to apply.
filterOperation - The condition to apply.FilterOperationpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.