|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.simpledb.model.SelectResult
public class SelectResult
Select Result
| Constructor Summary | |
|---|---|
SelectResult()
|
|
| Method Summary | |
|---|---|
List<Item> |
getItems()
Items that match the select expression. |
String |
getNextToken()
An opaque token indicating that more than MaxNumberOfItems matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds. |
void |
setItems(Collection<Item> items)
Items that match the select expression. |
void |
setNextToken(String nextToken)
An opaque token indicating that more than MaxNumberOfItems matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds. |
String |
toString()
|
SelectResult |
withItems(Collection<Item> items)
Items that match the select expression. |
SelectResult |
withItems(Item... items)
Items that match the select expression. |
SelectResult |
withNextToken(String nextToken)
An opaque token indicating that more than MaxNumberOfItems matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SelectResult()
| Method Detail |
|---|
public List<Item> getItems()
public void setItems(Collection<Item> items)
items - Items that match the select expression.public SelectResult withItems(Item... items)
Returns a reference to this object so that method calls can be chained together.
items - Items that match the select expression.
public SelectResult withItems(Collection<Item> items)
Returns a reference to this object so that method calls can be chained together.
items - Items that match the select expression.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - An opaque token indicating that more than MaxNumberOfItems matched,
the response size exceeded 1 megabyte, or the execution time exceeded
5 seconds.public SelectResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - An opaque token indicating that more than MaxNumberOfItems matched,
the response size exceeded 1 megabyte, or the execution time exceeded
5 seconds.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||