@Generated(value="software.amazon.awssdk:codegen") public final class Condition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Condition.Builder,Condition>
Contains information about the condition.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Condition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Condition.Builder |
builder() |
List<String> |
eq()
Deprecated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
equalsValue()
Represents an equal condition to be applied to a single field when querying for findings.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Long |
greaterThan()
Represents a greater than condition to be applied to a single field when querying for findings.
|
Long |
greaterThanOrEqual()
Represents a greater than equal condition to be applied to a single field when querying for findings.
|
Integer |
gt()
Deprecated.
|
Integer |
gte()
Deprecated.
|
int |
hashCode() |
Long |
lessThan()
Represents a less than condition to be applied to a single field when querying for findings.
|
Long |
lessThanOrEqual()
Represents a less than equal condition to be applied to a single field when querying for findings.
|
Integer |
lt()
Deprecated.
|
Integer |
lte()
Deprecated.
|
List<String> |
neq()
Deprecated.
|
List<String> |
notEquals()
Represents an not equal condition to be applied to a single field when querying for findings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Condition.Builder> |
serializableBuilderClass() |
Condition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> eq()
Deprecated. Represents the equal condition to be applied to a single field when querying for findings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> neq()
Deprecated. Represents the not equal condition to be applied to a single field when querying for findings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Integer gt()
Deprecated. Represents a greater than condition to be applied to a single field when querying for findings.
public Integer gte()
Deprecated. Represents a greater than equal condition to be applied to a single field when querying for findings.
public Integer lt()
Deprecated. Represents a less than condition to be applied to a single field when querying for findings.
public Integer lte()
Deprecated. Represents a less than equal condition to be applied to a single field when querying for findings.
public List<String> equalsValue()
Represents an equal condition to be applied to a single field when querying for findings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> notEquals()
Represents an not equal condition to be applied to a single field when querying for findings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Long greaterThan()
Represents a greater than condition to be applied to a single field when querying for findings.
public Long greaterThanOrEqual()
Represents a greater than equal condition to be applied to a single field when querying for findings.
public Long lessThan()
Represents a less than condition to be applied to a single field when querying for findings.
public Long lessThanOrEqual()
Represents a less than equal condition to be applied to a single field when querying for findings.
public Condition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Condition.Builder,Condition>public static Condition.Builder builder()
public static Class<? extends Condition.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.