@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Condition extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the condition.
Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
Condition |
clone() |
boolean |
equals(Object obj) |
List<String> |
getEq()
Deprecated.
|
List<String> |
getEquals()
Represents an equal condition to be applied to a single field when querying for findings.
|
Long |
getGreaterThan()
Represents a greater than condition to be applied to a single field when querying for findings.
|
Long |
getGreaterThanOrEqual()
Represents a greater than equal condition to be applied to a single field when querying for findings.
|
Integer |
getGt()
Deprecated.
|
Integer |
getGte()
Deprecated.
|
Long |
getLessThan()
Represents a less than condition to be applied to a single field when querying for findings.
|
Long |
getLessThanOrEqual()
Represents a less than equal condition to be applied to a single field when querying for findings.
|
Integer |
getLt()
Deprecated.
|
Integer |
getLte()
Deprecated.
|
List<String> |
getNeq()
Deprecated.
|
List<String> |
getNotEquals()
Represents an not equal condition to be applied to a single field when querying for findings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEq(Collection<String> eq)
Deprecated.
|
void |
setEquals(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
void |
setGreaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
|
void |
setGreaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than equal condition to be applied to a single field when querying for findings.
|
void |
setGt(Integer gt)
Deprecated.
|
void |
setGte(Integer gte)
Deprecated.
|
void |
setLessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
|
void |
setLessThanOrEqual(Long lessThanOrEqual)
Represents a less than equal condition to be applied to a single field when querying for findings.
|
void |
setLt(Integer lt)
Deprecated.
|
void |
setLte(Integer lte)
Deprecated.
|
void |
setNeq(Collection<String> neq)
Deprecated.
|
void |
setNotEquals(Collection<String> notEquals)
Represents an not equal condition to be applied to a single field when querying for findings.
|
String |
toString()
Returns a string representation of this object.
|
Condition |
withEq(Collection<String> eq)
Deprecated.
|
Condition |
withEq(String... eq)
Deprecated.
|
Condition |
withEquals(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition |
withEquals(String... equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition |
withGreaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
|
Condition |
withGreaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than equal condition to be applied to a single field when querying for findings.
|
Condition |
withGt(Integer gt)
Deprecated.
|
Condition |
withGte(Integer gte)
Deprecated.
|
Condition |
withLessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
|
Condition |
withLessThanOrEqual(Long lessThanOrEqual)
Represents a less than equal condition to be applied to a single field when querying for findings.
|
Condition |
withLt(Integer lt)
Deprecated.
|
Condition |
withLte(Integer lte)
Deprecated.
|
Condition |
withNeq(Collection<String> neq)
Deprecated.
|
Condition |
withNeq(String... neq)
Deprecated.
|
Condition |
withNotEquals(Collection<String> notEquals)
Represents an not equal condition to be applied to a single field when querying for findings.
|
Condition |
withNotEquals(String... notEquals)
Represents an not equal condition to be applied to a single field when querying for findings.
|
@Deprecated public List<String> getEq()
Represents the equal condition to be applied to a single field when querying for findings.
@Deprecated public void setEq(Collection<String> eq)
Represents the equal condition to be applied to a single field when querying for findings.
eq
- Represents the equal condition to be applied to a single field when querying for findings.@Deprecated public Condition withEq(String... eq)
Represents the equal condition to be applied to a single field when querying for findings.
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.@Deprecated public Condition withEq(Collection<String> eq)
Represents the equal condition to be applied to a single field when querying for findings.
eq
- Represents the equal condition to be applied to a single field when querying for findings.@Deprecated public List<String> getNeq()
Represents the not equal condition to be applied to a single field when querying for findings.
@Deprecated public void setNeq(Collection<String> neq)
Represents the not equal condition to be applied to a single field when querying for findings.
neq
- Represents the not equal condition to be applied to a single field when querying for findings.@Deprecated public Condition withNeq(String... neq)
Represents the not equal condition to be applied to a single field when querying for findings.
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.@Deprecated public Condition withNeq(Collection<String> neq)
Represents the not equal condition to be applied to a single field when querying for findings.
neq
- Represents the not equal condition to be applied to a single field when querying for findings.@Deprecated public void setGt(Integer gt)
Represents a greater than condition to be applied to a single field when querying for findings.
gt
- Represents a greater than condition to be applied to a single field when querying for findings.@Deprecated public Integer getGt()
Represents a greater than condition to be applied to a single field when querying for findings.
@Deprecated public Condition withGt(Integer gt)
Represents a greater than condition to be applied to a single field when querying for findings.
gt
- Represents a greater than condition to be applied to a single field when querying for findings.@Deprecated public void setGte(Integer gte)
Represents a greater than equal condition to be applied to a single field when querying for findings.
gte
- Represents a greater than equal condition to be applied to a single field when querying for findings.@Deprecated public Integer getGte()
Represents a greater than equal condition to be applied to a single field when querying for findings.
@Deprecated public Condition withGte(Integer gte)
Represents a greater than equal condition to be applied to a single field when querying for findings.
gte
- Represents a greater than equal condition to be applied to a single field when querying for findings.@Deprecated public void setLt(Integer lt)
Represents a less than condition to be applied to a single field when querying for findings.
lt
- Represents a less than condition to be applied to a single field when querying for findings.@Deprecated public Integer getLt()
Represents a less than condition to be applied to a single field when querying for findings.
@Deprecated public Condition withLt(Integer lt)
Represents a less than condition to be applied to a single field when querying for findings.
lt
- Represents a less than condition to be applied to a single field when querying for findings.@Deprecated public void setLte(Integer lte)
Represents a less than equal condition to be applied to a single field when querying for findings.
lte
- Represents a less than equal condition to be applied to a single field when querying for findings.@Deprecated public Integer getLte()
Represents a less than equal condition to be applied to a single field when querying for findings.
@Deprecated public Condition withLte(Integer lte)
Represents a less than equal condition to be applied to a single field when querying for findings.
lte
- Represents a less than equal condition to be applied to a single field when querying for findings.public List<String> getEquals()
Represents an equal condition to be applied to a single field when querying for findings.
public void setEquals(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
equals
- Represents an equal condition to be applied to a single field when querying for findings.public Condition withEquals(String... equals)
Represents an equal condition to be applied to a single field when querying for findings.
NOTE: This method appends the values to the existing list (if any). Use
setEquals(java.util.Collection)
or withEquals(java.util.Collection)
if you want to override the
existing values.
equals
- Represents an equal condition to be applied to a single field when querying for findings.public Condition withEquals(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
equals
- Represents an equal condition to be applied to a single field when querying for findings.public List<String> getNotEquals()
Represents an not equal condition to be applied to a single field when querying for findings.
public void setNotEquals(Collection<String> notEquals)
Represents an not equal condition to be applied to a single field when querying for findings.
notEquals
- Represents an not equal condition to be applied to a single field when querying for findings.public Condition withNotEquals(String... notEquals)
Represents an not equal condition to be applied to a single field when querying for findings.
NOTE: This method appends the values to the existing list (if any). Use
setNotEquals(java.util.Collection)
or withNotEquals(java.util.Collection)
if you want to
override the existing values.
notEquals
- Represents an not equal condition to be applied to a single field when querying for findings.public Condition withNotEquals(Collection<String> notEquals)
Represents an not equal condition to be applied to a single field when querying for findings.
notEquals
- Represents an not equal condition to be applied to a single field when querying for findings.public void setGreaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
greaterThan
- Represents a greater than condition to be applied to a single field when querying for findings.public Long getGreaterThan()
Represents a greater than condition to be applied to a single field when querying for findings.
public Condition withGreaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
greaterThan
- Represents a greater than condition to be applied to a single field when querying for findings.public void setGreaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than equal condition to be applied to a single field when querying for findings.
greaterThanOrEqual
- Represents a greater than equal condition to be applied to a single field when querying for findings.public Long getGreaterThanOrEqual()
Represents a greater than equal condition to be applied to a single field when querying for findings.
public Condition withGreaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than equal condition to be applied to a single field when querying for findings.
greaterThanOrEqual
- Represents a greater than equal condition to be applied to a single field when querying for findings.public void setLessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
lessThan
- Represents a less than condition to be applied to a single field when querying for findings.public Long getLessThan()
Represents a less than condition to be applied to a single field when querying for findings.
public Condition withLessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
lessThan
- Represents a less than condition to be applied to a single field when querying for findings.public void setLessThanOrEqual(Long lessThanOrEqual)
Represents a less than equal condition to be applied to a single field when querying for findings.
lessThanOrEqual
- Represents a less than equal condition to be applied to a single field when querying for findings.public Long getLessThanOrEqual()
Represents a less than equal condition to be applied to a single field when querying for findings.
public Condition withLessThanOrEqual(Long lessThanOrEqual)
Represents a less than equal condition to be applied to a single field when querying for findings.
lessThanOrEqual
- Represents a less than equal condition to be applied to a single field when querying for findings.public String toString()
toString
in class Object
Object.toString()
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.