@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Condition extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
Condition |
clone() |
boolean |
equals(Object obj) |
List<String> |
getEq()
Represents the equal condition to be applied to a single field when querying for findings.
|
Integer |
getGt()
Represents the greater than condition to be applied to a single field when querying for findings.
|
Integer |
getGte()
Represents the greater than equal condition to be applied to a single field when querying for findings.
|
Integer |
getLt()
Represents the less than condition to be applied to a single field when querying for findings.
|
Integer |
getLte()
Represents the less than equal condition to be applied to a single field when querying for findings.
|
List<String> |
getNeq()
Represents the not equal condition to be applied to a single field when querying for findings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEq(Collection<String> eq)
Represents the equal condition to be applied to a single field when querying for findings.
|
void |
setGt(Integer gt)
Represents the greater than condition to be applied to a single field when querying for findings.
|
void |
setGte(Integer gte)
Represents the greater than equal condition to be applied to a single field when querying for findings.
|
void |
setLt(Integer lt)
Represents the less than condition to be applied to a single field when querying for findings.
|
void |
setLte(Integer lte)
Represents the less than equal condition to be applied to a single field when querying for findings.
|
void |
setNeq(Collection<String> neq)
Represents the not equal condition to be applied to a single field when querying for findings.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Condition |
withEq(Collection<String> eq)
Represents the equal condition to be applied to a single field when querying for findings.
|
Condition |
withEq(String... eq)
Represents the equal condition to be applied to a single field when querying for findings.
|
Condition |
withGt(Integer gt)
Represents the greater than condition to be applied to a single field when querying for findings.
|
Condition |
withGte(Integer gte)
Represents the greater than equal condition to be applied to a single field when querying for findings.
|
Condition |
withLt(Integer lt)
Represents the less than condition to be applied to a single field when querying for findings.
|
Condition |
withLte(Integer lte)
Represents the less than equal condition to be applied to a single field when querying for findings.
|
Condition |
withNeq(Collection<String> neq)
Represents the not equal condition to be applied to a single field when querying for findings.
|
Condition |
withNeq(String... neq)
Represents the not equal condition to be applied to a single field when querying for findings.
|
public List<String> getEq()
public void setEq(Collection<String> eq)
eq - Represents the equal condition to be applied to a single field when querying for findings.public Condition withEq(String... eq)
NOTE: This method appends the values to the existing list (if any). Use
setEq(java.util.Collection) or withEq(java.util.Collection) if you want to override the
existing values.
eq - Represents the equal condition to be applied to a single field when querying for findings.public Condition withEq(Collection<String> eq)
eq - Represents the equal condition to be applied to a single field when querying for findings.public void setGt(Integer gt)
gt - Represents the greater than condition to be applied to a single field when querying for findings.public Integer getGt()
public Condition withGt(Integer gt)
gt - Represents the greater than condition to be applied to a single field when querying for findings.public void setGte(Integer gte)
gte - Represents the greater than equal condition to be applied to a single field when querying for findings.public Integer getGte()
public Condition withGte(Integer gte)
gte - Represents the greater than equal condition to be applied to a single field when querying for findings.public void setLt(Integer lt)
lt - Represents the less than condition to be applied to a single field when querying for findings.public Integer getLt()
public Condition withLt(Integer lt)
lt - Represents the less than condition to be applied to a single field when querying for findings.public void setLte(Integer lte)
lte - Represents the less than equal condition to be applied to a single field when querying for findings.public Integer getLte()
public Condition withLte(Integer lte)
lte - Represents the less than equal condition to be applied to a single field when querying for findings.public List<String> getNeq()
public void setNeq(Collection<String> neq)
neq - Represents the not equal condition to be applied to a single field when querying for findings.public Condition withNeq(String... neq)
NOTE: This method appends the values to the existing list (if any). Use
setNeq(java.util.Collection) or withNeq(java.util.Collection) if you want to override the
existing values.
neq - Represents the not equal condition to be applied to a single field when querying for findings.public Condition withNeq(Collection<String> neq)
neq - Represents the not equal condition to be applied to a single field when querying for findings.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.