@Generated(value="software.amazon.awssdk:codegen") public class Condition extends Object implements StructuredPojo, ToCopyableBuilder<Condition.Builder,Condition>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Condition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Condition.Builder |
builder() |
List<String> |
eq()
Represents the equal condition to be applied to a single field when querying for findings.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Integer |
gt()
Represents the greater than condition to be applied to a single field when querying for findings.
|
Integer |
gte()
Represents the greater than equal condition to be applied to a single field when querying for findings.
|
int |
hashCode() |
Integer |
lt()
Represents the less than condition to be applied to a single field when querying for findings.
|
Integer |
lte()
Represents the less than equal condition to be applied to a single field when querying for findings.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
List<String> |
neq()
Represents the not equal condition to be applied to a single field when querying for findings.
|
static Class<? extends Condition.Builder> |
serializableBuilderClass() |
Condition.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic List<String> eq()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Integer gt()
public Integer gte()
public Integer lt()
public Integer lte()
public List<String> neq()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Condition.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Condition.Builder,Condition>public static Condition.Builder builder()
public static Class<? extends Condition.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.