@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoverageFilterCriteria extends Object implements Serializable, Cloneable, StructuredPojo
Represents the criteria used in the filter.
| Constructor and Description |
|---|
CoverageFilterCriteria() |
| Modifier and Type | Method and Description |
|---|---|
CoverageFilterCriteria |
clone() |
boolean |
equals(Object obj) |
List<CoverageFilterCriterion> |
getFilterCriterion()
Represents a condition that when matched will be added to the response of the operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFilterCriterion(Collection<CoverageFilterCriterion> 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.
|
CoverageFilterCriteria |
withFilterCriterion(Collection<CoverageFilterCriterion> filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
CoverageFilterCriteria |
withFilterCriterion(CoverageFilterCriterion... filterCriterion)
Represents a condition that when matched will be added to the response of the operation.
|
public List<CoverageFilterCriterion> getFilterCriterion()
Represents a condition that when matched will be added to the response of the operation.
public void setFilterCriterion(Collection<CoverageFilterCriterion> 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 CoverageFilterCriteria withFilterCriterion(CoverageFilterCriterion... 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 CoverageFilterCriteria withFilterCriterion(Collection<CoverageFilterCriterion> 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 CoverageFilterCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.