ToCopyableBuilder<QueryObjectsResponse.Builder,QueryObjectsResponse>
@Generated("software.amazon.awssdk:codegen") public class QueryObjectsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<QueryObjectsResponse.Builder,QueryObjectsResponse>
Contains the output of QueryObjects.
Modifier and Type | Class | Description |
---|---|---|
static interface |
QueryObjectsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static QueryObjectsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
hasMoreResults() |
Indicates whether there are more results that can be obtained by a subsequent call.
|
List<String> |
ids() |
The identifiers that match the query selectors.
|
String |
marker() |
The starting point for the next page of results.
|
static Class<? extends QueryObjectsResponse.Builder> |
serializableBuilderClass() |
|
QueryObjectsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> ids()
The identifiers that match the query selectors.
public String marker()
The starting point for the next page of results. To view the next page of results, call QueryObjects
again with this marker value. If the value is null, there are no more results.
QueryObjects
again with this marker value. If the value is null, there are no more results.public Boolean hasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
public QueryObjectsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<QueryObjectsResponse.Builder,QueryObjectsResponse>
public static QueryObjectsResponse.Builder builder()
public static Class<? extends QueryObjectsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.