@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilterCriterion extends Object implements Serializable, Cloneable, StructuredPojo
Represents a condition that when matched will be added to the response of the operation.
| Constructor and Description |
|---|
FilterCriterion() |
| Modifier and Type | Method and Description |
|---|---|
FilterCriterion |
clone() |
boolean |
equals(Object obj) |
String |
getCriterionKey()
An enum value representing possible scan properties to match with given scan entries.
|
FilterCondition |
getFilterCondition()
Contains information about the condition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCriterionKey(String criterionKey)
An enum value representing possible scan properties to match with given scan entries.
|
void |
setFilterCondition(FilterCondition filterCondition)
Contains information about the condition.
|
String |
toString()
Returns a string representation of this object.
|
FilterCriterion |
withCriterionKey(CriterionKey criterionKey)
An enum value representing possible scan properties to match with given scan entries.
|
FilterCriterion |
withCriterionKey(String criterionKey)
An enum value representing possible scan properties to match with given scan entries.
|
FilterCriterion |
withFilterCondition(FilterCondition filterCondition)
Contains information about the condition.
|
public void setCriterionKey(String criterionKey)
An enum value representing possible scan properties to match with given scan entries.
criterionKey - An enum value representing possible scan properties to match with given scan entries.CriterionKeypublic String getCriterionKey()
An enum value representing possible scan properties to match with given scan entries.
CriterionKeypublic FilterCriterion withCriterionKey(String criterionKey)
An enum value representing possible scan properties to match with given scan entries.
criterionKey - An enum value representing possible scan properties to match with given scan entries.CriterionKeypublic FilterCriterion withCriterionKey(CriterionKey criterionKey)
An enum value representing possible scan properties to match with given scan entries.
criterionKey - An enum value representing possible scan properties to match with given scan entries.CriterionKeypublic void setFilterCondition(FilterCondition filterCondition)
Contains information about the condition.
filterCondition - Contains information about the condition.public FilterCondition getFilterCondition()
Contains information about the condition.
public FilterCriterion withFilterCondition(FilterCondition filterCondition)
Contains information about the condition.
filterCondition - Contains information about the condition.public String toString()
toString in class ObjectObject.toString()public FilterCriterion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.