@Generated(value="software.amazon.awssdk:codegen") public final class ListJobsFilterCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListJobsFilterCriteria.Builder,ListJobsFilterCriteria>
Specifies criteria for filtering the results of a request for information about classification jobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListJobsFilterCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListJobsFilterCriteria.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<ListJobsFilterTerm> |
excludes()
An array of objects, one for each condition that determines which jobs to exclude from the results.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExcludes()
Returns true if the Excludes 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 |
hasIncludes()
Returns true if the Includes property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<ListJobsFilterTerm> |
includes()
An array of objects, one for each condition that determines which jobs to include in the results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListJobsFilterCriteria.Builder> |
serializableBuilderClass() |
ListJobsFilterCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasExcludes()
public List<ListJobsFilterTerm> excludes()
An array of objects, one for each condition that determines which jobs to exclude from the results.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasExcludes() to see if a value was sent in this field.
public boolean hasIncludes()
public List<ListJobsFilterTerm> includes()
An array of objects, one for each condition that determines which jobs to include in the results.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIncludes() to see if a value was sent in this field.
public ListJobsFilterCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListJobsFilterCriteria.Builder,ListJobsFilterCriteria>public static ListJobsFilterCriteria.Builder builder()
public static Class<? extends ListJobsFilterCriteria.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.