@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| SelectRequest()Default constructor for SelectRequest object. | 
| SelectRequest(String selectExpression)Constructs a new SelectRequest object. | 
| SelectRequest(String selectExpression,
             Boolean consistentRead)Constructs a new SelectRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| SelectRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Boolean | getConsistentRead()Determines whether or not strong consistency should be enforced when data is read from SimpleDB. | 
| String | getNextToken()A string informing Amazon SimpleDB where to start the next list of  ItemNames. | 
| String | getSelectExpression()The expression used to query the domain. | 
| int | hashCode() | 
| Boolean | isConsistentRead()Determines whether or not strong consistency should be enforced when data is read from SimpleDB. | 
| void | setConsistentRead(Boolean consistentRead)Determines whether or not strong consistency should be enforced when data is read from SimpleDB. | 
| void | setNextToken(String nextToken)A string informing Amazon SimpleDB where to start the next list of  ItemNames. | 
| void | setSelectExpression(String selectExpression)The expression used to query the domain. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| SelectRequest | withConsistentRead(Boolean consistentRead)Determines whether or not strong consistency should be enforced when data is read from SimpleDB. | 
| SelectRequest | withNextToken(String nextToken)A string informing Amazon SimpleDB where to start the next list of  ItemNames. | 
| SelectRequest | withSelectExpression(String selectExpression)The expression used to query the domain. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic SelectRequest()
public SelectRequest(String selectExpression)
selectExpression - The expression used to query the domain.public SelectRequest(String selectExpression, Boolean consistentRead)
selectExpression - The expression used to query the domain.consistentRead - Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If
        true, any data previously written to SimpleDB will be returned. Otherwise, results will be
        consistent eventually, and the client may not see data that was written immediately before your read.public void setSelectExpression(String selectExpression)
selectExpression - The expression used to query the domain.public String getSelectExpression()
public SelectRequest withSelectExpression(String selectExpression)
selectExpression - The expression used to query the domain.public void setNextToken(String nextToken)
ItemNames.nextToken - A string informing Amazon SimpleDB where to start the next list of ItemNames.public String getNextToken()
ItemNames.ItemNames.public SelectRequest withNextToken(String nextToken)
ItemNames.nextToken - A string informing Amazon SimpleDB where to start the next list of ItemNames.public void setConsistentRead(Boolean consistentRead)
true, any data previously written to SimpleDB will be returned. Otherwise, results will be
 consistent eventually, and the client may not see data that was written immediately before your read.consistentRead - Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If
        true, any data previously written to SimpleDB will be returned. Otherwise, results will be
        consistent eventually, and the client may not see data that was written immediately before your read.public Boolean getConsistentRead()
true, any data previously written to SimpleDB will be returned. Otherwise, results will be
 consistent eventually, and the client may not see data that was written immediately before your read.true, any data previously written to SimpleDB will be returned. Otherwise, results will be
         consistent eventually, and the client may not see data that was written immediately before your read.public SelectRequest withConsistentRead(Boolean consistentRead)
true, any data previously written to SimpleDB will be returned. Otherwise, results will be
 consistent eventually, and the client may not see data that was written immediately before your read.consistentRead - Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If
        true, any data previously written to SimpleDB will be returned. Otherwise, results will be
        consistent eventually, and the client may not see data that was written immediately before your read.public Boolean isConsistentRead()
true, any data previously written to SimpleDB will be returned. Otherwise, results will be
 consistent eventually, and the client may not see data that was written immediately before your read.true, any data previously written to SimpleDB will be returned. Otherwise, results will be
         consistent eventually, and the client may not see data that was written immediately before your read.public String toString()
toString in class ObjectObject.toString()public SelectRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.