@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQueryResultsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetQueryResultsRequest() |
Modifier and Type | Method and Description |
---|---|
GetQueryResultsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results (rows) to return in this request.
|
String |
getNextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
String |
getQueryExecutionId()
The unique ID of the query execution.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results (rows) to return in this request.
|
void |
setNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
void |
setQueryExecutionId(String queryExecutionId)
The unique ID of the query execution.
|
String |
toString()
Returns a string representation of this object.
|
GetQueryResultsRequest |
withMaxResults(Integer maxResults)
The maximum number of results (rows) to return in this request.
|
GetQueryResultsRequest |
withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
GetQueryResultsRequest |
withQueryExecutionId(String queryExecutionId)
The unique ID of the query execution.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setQueryExecutionId(String queryExecutionId)
The unique ID of the query execution.
queryExecutionId
- The unique ID of the query execution.public String getQueryExecutionId()
The unique ID of the query execution.
public GetQueryResultsRequest withQueryExecutionId(String queryExecutionId)
The unique ID of the query execution.
queryExecutionId
- The unique ID of the query execution.public void setNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the
previous page call.
nextToken
- A token generated by the Athena service that specifies where to continue pagination if a previous request
was truncated. To obtain the next set of pages, pass in the NextToken
from the response
object of the previous page call.public String getNextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the
previous page call.
NextToken
from the response
object of the previous page call.public GetQueryResultsRequest withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the
previous page call.
nextToken
- A token generated by the Athena service that specifies where to continue pagination if a previous request
was truncated. To obtain the next set of pages, pass in the NextToken
from the response
object of the previous page call.public void setMaxResults(Integer maxResults)
The maximum number of results (rows) to return in this request.
maxResults
- The maximum number of results (rows) to return in this request.public Integer getMaxResults()
The maximum number of results (rows) to return in this request.
public GetQueryResultsRequest withMaxResults(Integer maxResults)
The maximum number of results (rows) to return in this request.
maxResults
- The maximum number of results (rows) to return in this request.public String toString()
toString
in class Object
Object.toString()
public GetQueryResultsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()