@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<JobRunSummary> |
getJobRuns()
The output lists information about the specified job runs.
|
String |
getNextToken()
The output displays the token for the next set of job run results.
|
int |
hashCode() |
void |
setJobRuns(Collection<JobRunSummary> jobRuns)
The output lists information about the specified job runs.
|
void |
setNextToken(String nextToken)
The output displays the token for the next set of job run results.
|
String |
toString()
Returns a string representation of this object.
|
ListJobRunsResult |
withJobRuns(Collection<JobRunSummary> jobRuns)
The output lists information about the specified job runs.
|
ListJobRunsResult |
withJobRuns(JobRunSummary... jobRuns)
The output lists information about the specified job runs.
|
ListJobRunsResult |
withNextToken(String nextToken)
The output displays the token for the next set of job run results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<JobRunSummary> getJobRuns()
The output lists information about the specified job runs.
public void setJobRuns(Collection<JobRunSummary> jobRuns)
The output lists information about the specified job runs.
jobRuns
- The output lists information about the specified job runs.public ListJobRunsResult withJobRuns(JobRunSummary... jobRuns)
The output lists information about the specified job runs.
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
- The output lists information about the specified job runs.public ListJobRunsResult withJobRuns(Collection<JobRunSummary> jobRuns)
The output lists information about the specified job runs.
jobRuns
- The output lists information about the specified job runs.public void setNextToken(String nextToken)
The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.
nextToken
- The output displays the token for the next set of job run results. This is required for pagination and is
available as a response of the previous request.public String getNextToken()
The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.
public ListJobRunsResult withNextToken(String nextToken)
The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.
nextToken
- The output displays the token for the next set of job run results. This is required for pagination and is
available as a response of the previous request.public String toString()
toString
in class Object
Object.toString()
public ListJobRunsResult clone()