@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterCriteria extends Object implements Serializable, Cloneable, StructuredPojo
Represents the criteria to be used in the filter for describing scan entries.
| Constructor and Description |
|---|
FilterCriteria() |
| Modifier and Type | Method and Description |
|---|---|
FilterCriteria |
clone() |
boolean |
equals(Object obj) |
List<FilterCriterion> |
getFilterCriterion()
Represents a condition that when matched will be added to the response of the operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFilterCriterion(Collection<FilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
String |
toString()
Returns a string representation of this object.
|
FilterCriteria |
withFilterCriterion(Collection<FilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
FilterCriteria |
withFilterCriterion(FilterCriterion... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
public List<FilterCriterion> getFilterCriterion()
Represents a condition that when matched will be added to the response of the operation.
public void setFilterCriterion(Collection<FilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
filterCriterion - Represents a condition that when matched will be added to the response of the operation.public FilterCriteria withFilterCriterion(FilterCriterion... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
NOTE: This method appends the values to the existing list (if any). Use
setFilterCriterion(java.util.Collection) or withFilterCriterion(java.util.Collection) if you
want to override the existing values.
filterCriterion - Represents a condition that when matched will be added to the response of the operation.public FilterCriteria withFilterCriterion(Collection<FilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
filterCriterion - Represents a condition that when matched will be added to the response of the operation.public String toString()
toString in class ObjectObject.toString()public FilterCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.