* If a read operation was used, this property will contain the result of the read operation; a map of attribute * names and their values. For the write operations this value will be empty. *
*/ private java.util.List* If the response of a read request exceeds the response payload limit DynamoDB will set this value in the * response. If set, you can use that this value in the subsequent request to get the remaining results. *
*/ private String nextToken; private ConsumedCapacity consumedCapacity; /** *
* The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to
* start a new operation, excluding this value in the new request. If LastEvaluatedKey
is empty, then
* the "last page" of results has been processed and there is no more data to be retrieved. If
* LastEvaluatedKey
is not empty, it does not necessarily mean that there is more data in the result
* set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey
* is empty.
*
* If a read operation was used, this property will contain the result of the read operation; a map of attribute * names and their values. For the write operations this value will be empty. *
* * @return If a read operation was used, this property will contain the result of the read operation; a map of * attribute names and their values. For the write operations this value will be empty. */ public java.util.List* If a read operation was used, this property will contain the result of the read operation; a map of attribute * names and their values. For the write operations this value will be empty. *
* * @param items * If a read operation was used, this property will contain the result of the read operation; a map of * attribute names and their values. For the write operations this value will be empty. */ public void setItems(java.util.Collection* If a read operation was used, this property will contain the result of the read operation; a map of attribute * names and their values. For the write operations this value will be empty. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the * existing values. *
* * @param items * If a read operation was used, this property will contain the result of the read operation; a map of * attribute names and their values. For the write operations this value will be empty. * @return Returns a reference to this object so that method calls can be chained together. */ public ExecuteStatementResult withItems(java.util.Map* If a read operation was used, this property will contain the result of the read operation; a map of attribute * names and their values. For the write operations this value will be empty. *
* * @param items * If a read operation was used, this property will contain the result of the read operation; a map of * attribute names and their values. For the write operations this value will be empty. * @return Returns a reference to this object so that method calls can be chained together. */ public ExecuteStatementResult withItems(java.util.Collection* If the response of a read request exceeds the response payload limit DynamoDB will set this value in the * response. If set, you can use that this value in the subsequent request to get the remaining results. *
* * @param nextToken * If the response of a read request exceeds the response payload limit DynamoDB will set this value in the * response. If set, you can use that this value in the subsequent request to get the remaining results. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** ** If the response of a read request exceeds the response payload limit DynamoDB will set this value in the * response. If set, you can use that this value in the subsequent request to get the remaining results. *
* * @return If the response of a read request exceeds the response payload limit DynamoDB will set this value in the * response. If set, you can use that this value in the subsequent request to get the remaining results. */ public String getNextToken() { return this.nextToken; } /** ** If the response of a read request exceeds the response payload limit DynamoDB will set this value in the * response. If set, you can use that this value in the subsequent request to get the remaining results. *
* * @param nextToken * If the response of a read request exceeds the response payload limit DynamoDB will set this value in the * response. If set, you can use that this value in the subsequent request to get the remaining results. * @return Returns a reference to this object so that method calls can be chained together. */ public ExecuteStatementResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** * @param consumedCapacity */ public void setConsumedCapacity(ConsumedCapacity consumedCapacity) { this.consumedCapacity = consumedCapacity; } /** * @return */ public ConsumedCapacity getConsumedCapacity() { return this.consumedCapacity; } /** * @param consumedCapacity * @return Returns a reference to this object so that method calls can be chained together. */ public ExecuteStatementResult withConsumedCapacity(ConsumedCapacity consumedCapacity) { setConsumedCapacity(consumedCapacity); return this; } /** *
* The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to
* start a new operation, excluding this value in the new request. If LastEvaluatedKey
is empty, then
* the "last page" of results has been processed and there is no more data to be retrieved. If
* LastEvaluatedKey
is not empty, it does not necessarily mean that there is more data in the result
* set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey
* is empty.
*
LastEvaluatedKey
* is empty, then the "last page" of results has been processed and there is no more data to be retrieved.
* If LastEvaluatedKey
is not empty, it does not necessarily mean that there is more data in
* the result set. The only way to know when you have reached the end of the result set is when
* LastEvaluatedKey
is empty.
*/
public java.util.Map
* The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to
* start a new operation, excluding this value in the new request. If LastEvaluatedKey
is empty, then
* the "last page" of results has been processed and there is no more data to be retrieved. If
* LastEvaluatedKey
is not empty, it does not necessarily mean that there is more data in the result
* set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey
* is empty.
*
LastEvaluatedKey
* is empty, then the "last page" of results has been processed and there is no more data to be retrieved. If
* LastEvaluatedKey
is not empty, it does not necessarily mean that there is more data in the
* result set. The only way to know when you have reached the end of the result set is when
* LastEvaluatedKey
is empty.
*/
public void setLastEvaluatedKey(java.util.Map
* The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to
* start a new operation, excluding this value in the new request. If LastEvaluatedKey
is empty, then
* the "last page" of results has been processed and there is no more data to be retrieved. If
* LastEvaluatedKey
is not empty, it does not necessarily mean that there is more data in the result
* set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey
* is empty.
*
LastEvaluatedKey
* is empty, then the "last page" of results has been processed and there is no more data to be retrieved. If
* LastEvaluatedKey
is not empty, it does not necessarily mean that there is more data in the
* result set. The only way to know when you have reached the end of the result set is when
* LastEvaluatedKey
is empty.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ExecuteStatementResult withLastEvaluatedKey(java.util.Map