@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of
JobListEntry objects to return. |
String |
getNextToken()
HTTP requests are stateless.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of
JobListEntry objects to return. |
void |
setNextToken(String nextToken)
HTTP requests are stateless.
|
String |
toString()
Returns a string representation of this object.
|
ListJobsRequest |
withMaxResults(Integer maxResults)
The number of
JobListEntry objects to return. |
ListJobsRequest |
withNextToken(String nextToken)
HTTP requests are stateless.
|
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 number of JobListEntry
objects to return.
maxResults
- The number of JobListEntry
objects to return.public Integer getMaxResults()
The number of JobListEntry
objects to return.
JobListEntry
objects to return.public ListJobsRequest withMaxResults(Integer maxResults)
The number of JobListEntry
objects to return.
maxResults
- The number of JobListEntry
objects to return.public void setNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned
list.public String getNextToken()
HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
JobListEntry
objects, you have the option of specifying NextToken
as the
starting point for your returned list.public ListJobsRequest withNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned
list.public String toString()
toString
in class Object
Object.toString()
public ListJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()