public class ListJobExecutionsForJobResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListJobExecutionsForJobResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<JobExecutionSummaryForJob> |
getExecutionSummaries()
A list of job execution summaries.
|
java.lang.String |
getNextToken()
The token for the next set of results, or null if there are no
additional results.
|
int |
hashCode() |
void |
setExecutionSummaries(java.util.Collection<JobExecutionSummaryForJob> executionSummaries)
A list of job execution summaries.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results, or null if there are no
additional results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobExecutionsForJobResult |
withExecutionSummaries(java.util.Collection<JobExecutionSummaryForJob> executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForJobResult |
withExecutionSummaries(JobExecutionSummaryForJob... executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForJobResult |
withNextToken(java.lang.String nextToken)
The token for the next set of results, or null if there are no
additional results.
|
public java.util.List<JobExecutionSummaryForJob> getExecutionSummaries()
A list of job execution summaries.
A list of job execution summaries.
public void setExecutionSummaries(java.util.Collection<JobExecutionSummaryForJob> executionSummaries)
A list of job execution summaries.
executionSummaries
- A list of job execution summaries.
public ListJobExecutionsForJobResult withExecutionSummaries(JobExecutionSummaryForJob... executionSummaries)
A list of job execution summaries.
Returns a reference to this object so that method calls can be chained together.
executionSummaries
- A list of job execution summaries.
public ListJobExecutionsForJobResult withExecutionSummaries(java.util.Collection<JobExecutionSummaryForJob> executionSummaries)
A list of job execution summaries.
Returns a reference to this object so that method calls can be chained together.
executionSummaries
- A list of job execution summaries.
public java.lang.String getNextToken()
The token for the next set of results, or null if there are no additional results.
The token for the next set of results, or null if there are no additional results.
public void setNextToken(java.lang.String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.
public ListJobExecutionsForJobResult withNextToken(java.lang.String nextToken)
The token for the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token for the next set of results, or null if there are no additional 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.