@Generated(value="software.amazon.awssdk:codegen") public final class CriterionAdditionalProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CriterionAdditionalProperties.Builder,CriterionAdditionalProperties>
Specifies the operator to use in a property-based condition that filters the results of a query for findings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CriterionAdditionalProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CriterionAdditionalProperties.Builder |
builder() |
List<String> |
eq()
An equal to condition to apply to a specified property value for findings.
|
List<String> |
eqExactMatch()
A condition that requires an array field to exactly match the specified property values.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Long |
gt()
A greater than condition to apply to a specified property value for findings.
|
Long |
gte()
A greater than or equal to condition to apply to a specified property value for findings.
|
boolean |
hasEq()
Returns true if the Eq property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasEqExactMatch()
Returns true if the EqExactMatch property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasNeq()
Returns true if the Neq property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
Long |
lt()
A less than condition to apply to a specified property value for findings.
|
Long |
lte()
A less than or equal to condition to apply to a specified property value for findings.
|
List<String> |
neq()
A not equal to condition to apply to a specified property value for findings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CriterionAdditionalProperties.Builder> |
serializableBuilderClass() |
CriterionAdditionalProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasEq()
public List<String> eq()
An equal to condition to apply to a specified property value for findings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEq() to see if a value was sent in this field.
public boolean hasEqExactMatch()
public List<String> eqExactMatch()
A condition that requires an array field to exactly match the specified property values. You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEqExactMatch() to see if a value was sent in this field.
public Long gt()
A greater than condition to apply to a specified property value for findings.
public Long gte()
A greater than or equal to condition to apply to a specified property value for findings.
public Long lt()
A less than condition to apply to a specified property value for findings.
public Long lte()
A less than or equal to condition to apply to a specified property value for findings.
public boolean hasNeq()
public List<String> neq()
A not equal to condition to apply to a specified property value for findings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNeq() to see if a value was sent in this field.
public CriterionAdditionalProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CriterionAdditionalProperties.Builder,CriterionAdditionalProperties>public static CriterionAdditionalProperties.Builder builder()
public static Class<? extends CriterionAdditionalProperties.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.