StructuredPojo
, ToCopyableBuilder<Query.Builder,Query>
@Generated("software.amazon.awssdk:codegen") public class Query extends Object implements StructuredPojo, ToCopyableBuilder<Query.Builder,Query>
Defines the query to run against an object.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Query.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Query.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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() |
public List<Selector> selectors()
List of selectors that define the query. An object must satisfy all of the selectors to match the query.
public Query.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Query.Builder,Query>
public static Query.Builder builder()
public static Class<? extends Query.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.