@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMatchingJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListMatchingJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListMatchingJobsResult |
clone() |
boolean |
equals(Object obj) |
List<JobSummary> |
getJobs()
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
|
String |
getNextToken()
The pagination token from the previous
ListSchemaMappings API call. |
int |
hashCode() |
void |
setJobs(Collection<JobSummary> jobs)
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
|
void |
setNextToken(String nextToken)
The pagination token from the previous
ListSchemaMappings API call. |
String |
toString()
Returns a string representation of this object.
|
ListMatchingJobsResult |
withJobs(Collection<JobSummary> jobs)
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
|
ListMatchingJobsResult |
withJobs(JobSummary... jobs)
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
|
ListMatchingJobsResult |
withNextToken(String nextToken)
The pagination token from the previous
ListSchemaMappings API call. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<JobSummary> getJobs()
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
public void setJobs(Collection<JobSummary> jobs)
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
jobs - A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.public ListMatchingJobsResult withJobs(JobSummary... jobs)
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
NOTE: This method appends the values to the existing list (if any). Use
setJobs(java.util.Collection) or withJobs(java.util.Collection) if you want to override the
existing values.
jobs - A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.public ListMatchingJobsResult withJobs(Collection<JobSummary> jobs)
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.
jobs - A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.public void setNextToken(String nextToken)
The pagination token from the previous ListSchemaMappings API call.
nextToken - The pagination token from the previous ListSchemaMappings API call.public String getNextToken()
The pagination token from the previous ListSchemaMappings API call.
ListSchemaMappings API call.public ListMatchingJobsResult withNextToken(String nextToken)
The pagination token from the previous ListSchemaMappings API call.
nextToken - The pagination token from the previous ListSchemaMappings API call.public String toString()
toString in class ObjectObject.toString()public ListMatchingJobsResult clone()
Copyright © 2023. All rights reserved.