@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobExecutionsForJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListJobExecutionsForJobRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListJobExecutionsForJobRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getJobId()
 The unique identifier you assigned to this job when it was created. | 
| Integer | getMaxResults()
 The maximum number of results to be returned per request. | 
| String | getNextToken()
 The token to retrieve the next set of results. | 
| String | getStatus()
 The status of the job. | 
| int | hashCode() | 
| void | setJobId(String jobId)
 The unique identifier you assigned to this job when it was created. | 
| void | setMaxResults(Integer maxResults)
 The maximum number of results to be returned per request. | 
| void | setNextToken(String nextToken)
 The token to retrieve the next set of results. | 
| void | setStatus(String status)
 The status of the job. | 
| String | toString()Returns a string representation of this object. | 
| ListJobExecutionsForJobRequest | withJobId(String jobId)
 The unique identifier you assigned to this job when it was created. | 
| ListJobExecutionsForJobRequest | withMaxResults(Integer maxResults)
 The maximum number of results to be returned per request. | 
| ListJobExecutionsForJobRequest | withNextToken(String nextToken)
 The token to retrieve the next set of results. | 
| ListJobExecutionsForJobRequest | withStatus(JobExecutionStatus status)
 The status of the job. | 
| ListJobExecutionsForJobRequest | withStatus(String status)
 The status of the job. | 
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, withSdkRequestTimeoutpublic void setJobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId - The unique identifier you assigned to this job when it was created.public String getJobId()
The unique identifier you assigned to this job when it was created.
public ListJobExecutionsForJobRequest withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId - The unique identifier you assigned to this job when it was created.public void setStatus(String status)
The status of the job.
status - The status of the job.JobExecutionStatuspublic String getStatus()
The status of the job.
JobExecutionStatuspublic ListJobExecutionsForJobRequest withStatus(String status)
The status of the job.
status - The status of the job.JobExecutionStatuspublic ListJobExecutionsForJobRequest withStatus(JobExecutionStatus status)
The status of the job.
status - The status of the job.JobExecutionStatuspublic void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.public Integer getMaxResults()
The maximum number of results to be returned per request.
public ListJobExecutionsForJobRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.public void setNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListJobExecutionsForJobRequest withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListJobExecutionsForJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()