@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobExecutionsForJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListJobExecutionsForJobResult() |
Modifier and Type | Method and Description |
---|---|
ListJobExecutionsForJobResult |
clone() |
boolean |
equals(Object obj) |
List<JobExecutionSummaryForJob> |
getExecutionSummaries()
A list of job execution summaries.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setExecutionSummaries(Collection<JobExecutionSummaryForJob> executionSummaries)
A list of job execution summaries.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListJobExecutionsForJobResult |
withExecutionSummaries(Collection<JobExecutionSummaryForJob> executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForJobResult |
withExecutionSummaries(JobExecutionSummaryForJob... executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForJobResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<JobExecutionSummaryForJob> getExecutionSummaries()
A list of job execution summaries.
public void setExecutionSummaries(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.
NOTE: This method appends the values to the existing list (if any). Use
setExecutionSummaries(java.util.Collection)
or withExecutionSummaries(java.util.Collection)
if
you want to override the existing values.
executionSummaries
- A list of job execution summaries.public ListJobExecutionsForJobResult withExecutionSummaries(Collection<JobExecutionSummaryForJob> executionSummaries)
A list of job execution summaries.
executionSummaries
- A list of job execution summaries.public void setNextToken(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 String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListJobExecutionsForJobResult withNextToken(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 String toString()
toString
in class Object
Object.toString()
public ListJobExecutionsForJobResult clone()