@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)
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; useful for testing and debugging.
|
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()
public void setCriterion(Map<String,Condition> criterion)
criterion
- Represents a map of finding properties that match specified conditions and values when querying findings.public FindingCriteria withCriterion(Map<String,Condition> criterion)
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.