public class QueryResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
QueryResponse()
Constructs a new QueryResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,AttributeValue>> |
getItems()
Get the list of result items from this query operation.
|
Key |
getLastEvaluatedKey()
Get the LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items
from the LastEvaluatedKey.
|
void |
setItems(List<Map<String,AttributeValue>> items)
Set the list of result items from this query operation.
|
void |
setLastEvaluatedKey(Key lastKey)
Set the LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items
from the LastEvaluatedKey.
|
getMetadatapublic QueryResponse()
public void setLastEvaluatedKey(Key lastKey)
lastKey - The LastEvaluatedKey for this query operation, and for next time's request, you can get next page of items
from the LastEvaluatedKey.public void setItems(List<Map<String,AttributeValue>> items)
items - A list of result items from this query operation.public Key getLastEvaluatedKey()
Keypublic List<Map<String,AttributeValue>> getItems()
Copyright © 2021. All rights reserved.