@Generated(value="software.amazon.awssdk:codegen") public final class Query extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Query.Builder,Query>
Defines the query to run against an object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Query.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Query.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
List<Selector> |
selectors()
List of selectors that define the query.
|
static Class<? extends Query.Builder> |
serializableBuilderClass() |
Query.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<Selector> selectors()
List of selectors that define the query. An object must satisfy all of the selectors to match the query.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Query.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Query.Builder,Query>public static Query.Builder builder()
public static Class<? extends Query.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.