|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpledb.model.SelectRequest
public class SelectRequest
Select Request
| Constructor Summary | |
|---|---|
SelectRequest()
Default constructor for a new SelectRequest object. |
|
SelectRequest(String selectExpression)
Constructs a new SelectRequest object and initializes the specified object members. |
|
| Method Summary | |
|---|---|
Boolean |
getConsistentRead()
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
String |
getNextToken()
String that tells Amazon SimpleDB where to start the next list of Item Names. |
String |
getSelectExpression()
The expression used to query the domain. |
Boolean |
isConsistentRead()
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
void |
setConsistentRead(Boolean consistentRead)
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
void |
setNextToken(String nextToken)
String that tells Amazon SimpleDB where to start the next list of Item Names. |
void |
setSelectExpression(String selectExpression)
The expression used to query the domain. |
String |
toString()
|
SelectRequest |
withConsistentRead(Boolean consistentRead)
True if strong consistency should be enforced when data is read from SimpleDB, meaning that any data previously written to SimpleDB will be returned. |
SelectRequest |
withNextToken(String nextToken)
String that tells Amazon SimpleDB where to start the next list of Item Names. |
SelectRequest |
withSelectExpression(String selectExpression)
The expression used to query the domain. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SelectRequest()
public SelectRequest(String selectExpression)
selectExpression - The expression used to query the domain.| Method Detail |
|---|
public String getSelectExpression()
public void setSelectExpression(String selectExpression)
selectExpression - The expression used to query the domain.public SelectRequest withSelectExpression(String selectExpression)
Returns a reference to this object so that method calls can be chained together.
selectExpression - The expression used to query the domain.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - String that tells Amazon SimpleDB where to start the next list of Item
Names.public SelectRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - String that tells Amazon SimpleDB where to start the next list of Item
Names.
public Boolean isConsistentRead()
public void setConsistentRead(Boolean consistentRead)
consistentRead - True if strong consistency should be enforced when data is read from
SimpleDB, meaning that any data previously written to SimpleDB will be
returned. Without specifying this parameter, results will be
eventually consistent, and you may not see data that was written
immediately before your read.public SelectRequest withConsistentRead(Boolean consistentRead)
Returns a reference to this object so that method calls can be chained together.
consistentRead - True if strong consistency should be enforced when data is read from
SimpleDB, meaning that any data previously written to SimpleDB will be
returned. Without specifying this parameter, results will be
eventually consistent, and you may not see data that was written
immediately before your read.
public Boolean getConsistentRead()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||