@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingCriteria extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
FindingCriteria() |
| Modifier and Type | Method and Description |
|---|---|
FindingCriteria |
addCriterionEntry(String key,
Condition value) |
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) |
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)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.