public class ListJobExecutionsForJobRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the job executions for a job.
Constructor and Description |
---|
ListJobExecutionsForJobRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getJobId()
The unique identifier you assigned to this job when it was created.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
java.lang.String |
getNextToken()
The token to retrieve the next set of results.
|
java.lang.String |
getStatus()
The status of the job.
|
int |
hashCode() |
void |
setJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
|
void |
setStatus(JobExecutionStatus status)
The status of the job.
|
void |
setStatus(java.lang.String status)
The status of the job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobExecutionsForJobRequest |
withJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
|
ListJobExecutionsForJobRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to be returned per request.
|
ListJobExecutionsForJobRequest |
withNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
|
ListJobExecutionsForJobRequest |
withStatus(JobExecutionStatus status)
The status of the job.
|
ListJobExecutionsForJobRequest |
withStatus(java.lang.String status)
The status of the job.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getJobId()
The unique identifier you assigned to this job when it was created.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_-]+
The unique identifier you assigned to this job when it was created.
public void setJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_-]+
jobId
- The unique identifier you assigned to this job when it was created.
public ListJobExecutionsForJobRequest withJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_-]+
jobId
- The unique identifier you assigned to this job when it was created.
public java.lang.String getStatus()
The status of the job.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, SUCCEEDED, FAILED, TIMED_OUT,
REJECTED, REMOVED, CANCELED
The status of the job.
JobExecutionStatus
public void setStatus(java.lang.String status)
The status of the job.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, SUCCEEDED, FAILED, TIMED_OUT,
REJECTED, REMOVED, CANCELED
status
- The status of the job.
JobExecutionStatus
public ListJobExecutionsForJobRequest withStatus(java.lang.String status)
The status of the job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, SUCCEEDED, FAILED, TIMED_OUT,
REJECTED, REMOVED, CANCELED
status
- The status of the job.
JobExecutionStatus
public void setStatus(JobExecutionStatus status)
The status of the job.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, SUCCEEDED, FAILED, TIMED_OUT,
REJECTED, REMOVED, CANCELED
status
- The status of the job.
JobExecutionStatus
public ListJobExecutionsForJobRequest withStatus(JobExecutionStatus status)
The status of the job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, SUCCEEDED, FAILED, TIMED_OUT,
REJECTED, REMOVED, CANCELED
status
- The status of the job.
JobExecutionStatus
public java.lang.Integer getMaxResults()
The maximum number of results to be returned per request.
Constraints:
Range: 1 - 250
The maximum number of results to be returned per request.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to be returned per request.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to be returned per request.
public ListJobExecutionsForJobRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to be returned per request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to be returned per request.
public java.lang.String getNextToken()
The token to retrieve the next set of results.
The token to retrieve the next set of results.
public void setNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.
public ListJobExecutionsForJobRequest withNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to retrieve the next set of results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.