@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueryExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListQueryExecutionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListQueryExecutionsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of query executions to return in this request.
|
String |
getNextToken()
The token that specifies where to start pagination if a previous request was truncated.
|
String |
getWorkGroup()
The name of the workgroup from which queries are returned.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of query executions to return in this request.
|
void |
setNextToken(String nextToken)
The token that specifies where to start pagination if a previous request was truncated.
|
void |
setWorkGroup(String workGroup)
The name of the workgroup from which queries are returned.
|
String |
toString()
Returns a string representation of this object.
|
ListQueryExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of query executions to return in this request.
|
ListQueryExecutionsRequest |
withNextToken(String nextToken)
The token that specifies where to start pagination if a previous request was truncated.
|
ListQueryExecutionsRequest |
withWorkGroup(String workGroup)
The name of the workgroup from which queries are returned.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
The token that specifies where to start pagination if a previous request was truncated.
nextToken - The token that specifies where to start pagination if a previous request was truncated.public String getNextToken()
The token that specifies where to start pagination if a previous request was truncated.
public ListQueryExecutionsRequest withNextToken(String nextToken)
The token that specifies where to start pagination if a previous request was truncated.
nextToken - The token that specifies where to start pagination if a previous request was truncated.public void setMaxResults(Integer maxResults)
The maximum number of query executions to return in this request.
maxResults - The maximum number of query executions to return in this request.public Integer getMaxResults()
The maximum number of query executions to return in this request.
public ListQueryExecutionsRequest withMaxResults(Integer maxResults)
The maximum number of query executions to return in this request.
maxResults - The maximum number of query executions to return in this request.public void setWorkGroup(String workGroup)
The name of the workgroup from which queries are returned. If a workgroup is not specified, a list of available query execution IDs for the queries in the primary workgroup is returned.
workGroup - The name of the workgroup from which queries are returned. If a workgroup is not specified, a list of
available query execution IDs for the queries in the primary workgroup is returned.public String getWorkGroup()
The name of the workgroup from which queries are returned. If a workgroup is not specified, a list of available query execution IDs for the queries in the primary workgroup is returned.
public ListQueryExecutionsRequest withWorkGroup(String workGroup)
The name of the workgroup from which queries are returned. If a workgroup is not specified, a list of available query execution IDs for the queries in the primary workgroup is returned.
workGroup - The name of the workgroup from which queries are returned. If a workgroup is not specified, a list of
available query execution IDs for the queries in the primary workgroup is returned.public String toString()
toString in class ObjectObject.toString()public ListQueryExecutionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.