@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingCriteria extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the criteria used for querying findings.
| Constructor and Description |
|---|
FindingCriteria() |
| Modifier and Type | Method and Description |
|---|---|
FindingCriteria |
addCriterionEntry(String key,
Condition value)
Add a single Criterion entry
|
FindingCriteria |
clearCriterionEntries()
Removes all the entries added into Criterion.
|
FindingCriteria |
clone() |
boolean |
equals(Object obj) |
Map<String,Condition> |
getCriterion()
Represents a map of finding properties that match specified conditions and values when querying findings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCriterion(Map<String,Condition> criterion)
Represents a map of finding properties that match specified conditions and values when querying findings.
|
String |
toString()
Returns a string representation of this object.
|
FindingCriteria |
withCriterion(Map<String,Condition> criterion)
Represents a map of finding properties that match specified conditions and values when querying findings.
|
public Map<String,Condition> getCriterion()
Represents a map of finding properties that match specified conditions and values when querying findings.
public void setCriterion(Map<String,Condition> criterion)
Represents a map of finding properties that match specified conditions and values when querying findings.
criterion - Represents a map of finding properties that match specified conditions and values when querying findings.public FindingCriteria withCriterion(Map<String,Condition> criterion)
Represents a map of finding properties that match specified conditions and values when querying findings.
criterion - Represents a map of finding properties that match specified conditions and values when querying findings.public FindingCriteria addCriterionEntry(String key, Condition value)
public FindingCriteria clearCriterionEntries()
public String toString()
toString in class ObjectObject.toString()public FindingCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.