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