@Deprecated
public class QueryResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
QueryResult()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.lang.Double |
getConsumedCapacityUnits()
非推奨です。
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
java.lang.Integer |
getCount()
非推奨です。
Number of items in the response.
|
java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
getItems()
非推奨です。
Returns the value of the Items property for this object.
|
Key |
getLastEvaluatedKey()
非推奨です。
Primary key of the item where the query operation stopped, inclusive
of the previous result set.
|
int |
hashCode()
非推奨です。
|
void |
setConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
非推奨です。
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
void |
setCount(java.lang.Integer count)
非推奨です。
Number of items in the response.
|
void |
setItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
非推奨です。
Sets the value of the Items property for this object.
|
void |
setLastEvaluatedKey(Key lastEvaluatedKey)
非推奨です。
Primary key of the item where the query operation stopped, inclusive
of the previous result set.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
QueryResult |
withConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
非推奨です。
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
QueryResult |
withCount(java.lang.Integer count)
非推奨です。
Number of items in the response.
|
QueryResult |
withItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
非推奨です。
Sets the value of the Items property for this object.
|
QueryResult |
withItems(java.util.Map<java.lang.String,AttributeValue>... items)
非推奨です。
Sets the value of the Items property for this object.
|
QueryResult |
withLastEvaluatedKey(Key lastEvaluatedKey)
非推奨です。
Primary key of the item where the query operation stopped, inclusive
of the previous result set.
|
public java.util.List<java.util.Map<java.lang.String,AttributeValue>> getItems()
public void setItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
items - The new value for the Items property for this object.public QueryResult withItems(java.util.Map<java.lang.String,AttributeValue>... items)
Returns a reference to this object so that method calls can be chained together.
items - The new value for the Items property for this object.public QueryResult withItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
Returns a reference to this object so that method calls can be chained together.
items - The new value for the Items property for this object.public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count - Number of items in the response.public QueryResult withCount(java.lang.Integer count)
Returns a reference to this object so that method calls can be chained together.
count - Number of items in the response.public Key getLastEvaluatedKey()
LastEvaluatedKey is null when the entire query result set
is complete (i.e. the operation processed the "last page").LastEvaluatedKey is null when the entire query result set
is complete (i.e. the operation processed the "last page").public void setLastEvaluatedKey(Key lastEvaluatedKey)
LastEvaluatedKey is null when the entire query result set
is complete (i.e. the operation processed the "last page").lastEvaluatedKey - Primary key of the item where the query operation stopped, inclusive
of the previous result set. Use this value to start a new operation
excluding this value in the new request. The
LastEvaluatedKey is null when the entire query result set
is complete (i.e. the operation processed the "last page").public QueryResult withLastEvaluatedKey(Key lastEvaluatedKey)
LastEvaluatedKey is null when the entire query result set
is complete (i.e. the operation processed the "last page").
Returns a reference to this object so that method calls can be chained together.
lastEvaluatedKey - Primary key of the item where the query operation stopped, inclusive
of the previous result set. Use this value to start a new operation
excluding this value in the new request. The
LastEvaluatedKey is null when the entire query result set
is complete (i.e. the operation processed the "last page").public java.lang.Double getConsumedCapacityUnits()
GetItem,
BatchGetItem, BatchWriteItem,
Query, and Scan operations consume
ReadCapacityUnits, while PutItem,
UpdateItem, and DeleteItem operations
consume WriteCapacityUnits.GetItem,
BatchGetItem, BatchWriteItem,
Query, and Scan operations consume
ReadCapacityUnits, while PutItem,
UpdateItem, and DeleteItem operations
consume WriteCapacityUnits.public void setConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
GetItem,
BatchGetItem, BatchWriteItem,
Query, and Scan operations consume
ReadCapacityUnits, while PutItem,
UpdateItem, and DeleteItem operations
consume WriteCapacityUnits.consumedCapacityUnits - The number of Capacity Units of the provisioned throughput of the
table consumed during the operation. GetItem,
BatchGetItem, BatchWriteItem,
Query, and Scan operations consume
ReadCapacityUnits, while PutItem,
UpdateItem, and DeleteItem operations
consume WriteCapacityUnits.public QueryResult withConsumedCapacityUnits(java.lang.Double consumedCapacityUnits)
GetItem,
BatchGetItem, BatchWriteItem,
Query, and Scan operations consume
ReadCapacityUnits, while PutItem,
UpdateItem, and DeleteItem operations
consume WriteCapacityUnits.
Returns a reference to this object so that method calls can be chained together.
consumedCapacityUnits - The number of Capacity Units of the provisioned throughput of the
table consumed during the operation. GetItem,
BatchGetItem, BatchWriteItem,
Query, and Scan operations consume
ReadCapacityUnits, while PutItem,
UpdateItem, and DeleteItem operations
consume WriteCapacityUnits.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object