@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListScheduledQueriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListScheduledQueriesRequest() |
Modifier and Type | Method and Description |
---|---|
ListScheduledQueriesRequest |
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 items to return in the output.
|
String |
getNextToken()
A pagination token to resume pagination.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return in the output.
|
void |
setNextToken(String nextToken)
A pagination token to resume pagination.
|
String |
toString()
Returns a string representation of this object.
|
ListScheduledQueriesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return in the output.
|
ListScheduledQueriesRequest |
withNextToken(String nextToken)
A pagination token to resume pagination.
|
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 setMaxResults(Integer maxResults)
The maximum number of items to return in the output. If the total number of items available is more than the
value specified, a NextToken
is provided in the output. To resume pagination, provide the
NextToken
value as the argument to the subsequent call to ListScheduledQueriesRequest
.
maxResults
- The maximum number of items to return in the output. If the total number of items available is more than
the value specified, a NextToken
is provided in the output. To resume pagination, provide the
NextToken
value as the argument to the subsequent call to
ListScheduledQueriesRequest
.public Integer getMaxResults()
The maximum number of items to return in the output. If the total number of items available is more than the
value specified, a NextToken
is provided in the output. To resume pagination, provide the
NextToken
value as the argument to the subsequent call to ListScheduledQueriesRequest
.
NextToken
is provided in the output. To resume pagination, provide
the NextToken
value as the argument to the subsequent call to
ListScheduledQueriesRequest
.public ListScheduledQueriesRequest withMaxResults(Integer maxResults)
The maximum number of items to return in the output. If the total number of items available is more than the
value specified, a NextToken
is provided in the output. To resume pagination, provide the
NextToken
value as the argument to the subsequent call to ListScheduledQueriesRequest
.
maxResults
- The maximum number of items to return in the output. If the total number of items available is more than
the value specified, a NextToken
is provided in the output. To resume pagination, provide the
NextToken
value as the argument to the subsequent call to
ListScheduledQueriesRequest
.public void setNextToken(String nextToken)
A pagination token to resume pagination.
nextToken
- A pagination token to resume pagination.public String getNextToken()
A pagination token to resume pagination.
public ListScheduledQueriesRequest withNextToken(String nextToken)
A pagination token to resume pagination.
nextToken
- A pagination token to resume pagination.public String toString()
toString
in class Object
Object.toString()
public ListScheduledQueriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()