@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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Query.Builder,Query>
public static Query.Builder builder()
public static Class<? extends Query.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.