@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNamedQueriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListNamedQueriesRequest() |
Modifier and Type | Method and Description |
---|---|
ListNamedQueriesRequest |
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 queries 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 |
getWorkGroup()
The name of the workgroup from which the named queries are being returned.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of queries 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 |
setWorkGroup(String workGroup)
The name of the workgroup from which the named queries are being returned.
|
String |
toString()
Returns a string representation of this object.
|
ListNamedQueriesRequest |
withMaxResults(Integer maxResults)
The maximum number of queries to return in this request.
|
ListNamedQueriesRequest |
withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListNamedQueriesRequest |
withWorkGroup(String workGroup)
The name of the workgroup from which the named queries are being returned.
|
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 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 ListNamedQueriesRequest 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 queries to return in this request.
maxResults
- The maximum number of queries to return in this request.public Integer getMaxResults()
The maximum number of queries to return in this request.
public ListNamedQueriesRequest withMaxResults(Integer maxResults)
The maximum number of queries to return in this request.
maxResults
- The maximum number of queries to return in this request.public void setWorkGroup(String workGroup)
The name of the workgroup from which the named queries are being returned. If a workgroup is not specified, the saved queries for the primary workgroup are returned.
workGroup
- The name of the workgroup from which the named queries are being returned. If a workgroup is not
specified, the saved queries for the primary workgroup are returned.public String getWorkGroup()
The name of the workgroup from which the named queries are being returned. If a workgroup is not specified, the saved queries for the primary workgroup are returned.
public ListNamedQueriesRequest withWorkGroup(String workGroup)
The name of the workgroup from which the named queries are being returned. If a workgroup is not specified, the saved queries for the primary workgroup are returned.
workGroup
- The name of the workgroup from which the named queries are being returned. If a workgroup is not
specified, the saved queries for the primary workgroup are returned.public String toString()
toString
in class Object
Object.toString()
public ListNamedQueriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()