@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListJobRunsResult() |
Modifier and Type | Method and Description |
---|---|
ListJobRunsResult |
clone() |
boolean |
equals(Object obj) |
List<JobRun> |
getJobRuns()
A list of job runs that have occurred for the specified job.
|
String |
getNextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
int |
hashCode() |
void |
setJobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
|
void |
setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
String |
toString()
Returns a string representation of this object.
|
ListJobRunsResult |
withJobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
|
ListJobRunsResult |
withJobRuns(JobRun... jobRuns)
A list of job runs that have occurred for the specified job.
|
ListJobRunsResult |
withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<JobRun> getJobRuns()
A list of job runs that have occurred for the specified job.
public void setJobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
jobRuns
- A list of job runs that have occurred for the specified job.public ListJobRunsResult withJobRuns(JobRun... jobRuns)
A list of job runs that have occurred for the specified job.
NOTE: This method appends the values to the existing list (if any). Use
setJobRuns(java.util.Collection)
or withJobRuns(java.util.Collection)
if you want to override
the existing values.
jobRuns
- A list of job runs that have occurred for the specified job.public ListJobRunsResult withJobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
jobRuns
- A list of job runs that have occurred for the specified job.public void setNextToken(String nextToken)
A token generated by DataBrew 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 DataBrew 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 DataBrew 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 ListJobRunsResult withNextToken(String nextToken)
A token generated by DataBrew 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 DataBrew 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 toString()
toString
in class Object
Object.toString()
public ListJobRunsResult clone()