@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingCriteria extends Object implements Serializable, Cloneable, StructuredPojo
Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.
Constructor and Description |
---|
FindingCriteria() |
Modifier and Type | Method and Description |
---|---|
FindingCriteria |
addCriterionEntry(String key,
CriterionAdditionalProperties value)
Add a single Criterion entry
|
FindingCriteria |
clearCriterionEntries()
Removes all the entries added into Criterion.
|
FindingCriteria |
clone() |
boolean |
equals(Object obj) |
Map<String,CriterionAdditionalProperties> |
getCriterion()
A condition that specifies the property, operator, and one or more values to use to filter the results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCriterion(Map<String,CriterionAdditionalProperties> criterion)
A condition that specifies the property, operator, and one or more values to use to filter the results.
|
String |
toString()
Returns a string representation of this object.
|
FindingCriteria |
withCriterion(Map<String,CriterionAdditionalProperties> criterion)
A condition that specifies the property, operator, and one or more values to use to filter the results.
|
public Map<String,CriterionAdditionalProperties> getCriterion()
A condition that specifies the property, operator, and one or more values to use to filter the results.
public void setCriterion(Map<String,CriterionAdditionalProperties> criterion)
A condition that specifies the property, operator, and one or more values to use to filter the results.
criterion
- A condition that specifies the property, operator, and one or more values to use to filter the results.public FindingCriteria withCriterion(Map<String,CriterionAdditionalProperties> criterion)
A condition that specifies the property, operator, and one or more values to use to filter the results.
criterion
- A condition that specifies the property, operator, and one or more values to use to filter the results.public FindingCriteria addCriterionEntry(String key, CriterionAdditionalProperties value)
public FindingCriteria clearCriterionEntries()
public String toString()
toString
in class Object
Object.toString()
public FindingCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.