@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobsByPipelineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 The ListJobsByPipelineResponse structure.
 
| Constructor and Description | 
|---|
| ListJobsByPipelineResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListJobsByPipelineResult | clone() | 
| boolean | equals(Object obj) | 
| List<Job> | getJobs()
 An array of  Jobobjects that are in the specified pipeline. | 
| String | getNextPageToken()
 A value that you use to access the second and subsequent pages of results, if any. | 
| int | hashCode() | 
| void | setJobs(Collection<Job> jobs)
 An array of  Jobobjects that are in the specified pipeline. | 
| void | setNextPageToken(String nextPageToken)
 A value that you use to access the second and subsequent pages of results, if any. | 
| String | toString()Returns a string representation of this object. | 
| ListJobsByPipelineResult | withJobs(Collection<Job> jobs)
 An array of  Jobobjects that are in the specified pipeline. | 
| ListJobsByPipelineResult | withJobs(Job... jobs)
 An array of  Jobobjects that are in the specified pipeline. | 
| ListJobsByPipelineResult | withNextPageToken(String nextPageToken)
 A value that you use to access the second and subsequent pages of results, if any. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Job> getJobs()
 An array of Job objects that are in the specified pipeline.
 
Job objects that are in the specified pipeline.public void setJobs(Collection<Job> jobs)
 An array of Job objects that are in the specified pipeline.
 
jobs - An array of Job objects that are in the specified pipeline.public ListJobsByPipelineResult withJobs(Job... jobs)
 An array of Job objects that are in the specified pipeline.
 
 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 - An array of Job objects that are in the specified pipeline.public ListJobsByPipelineResult withJobs(Collection<Job> jobs)
 An array of Job objects that are in the specified pipeline.
 
jobs - An array of Job objects that are in the specified pipeline.public void setNextPageToken(String nextPageToken)
 A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified
 pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
 is null.
 
nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the jobs in the
        specified pipeline fit on one page or when you've reached the last page of results, the value of
        NextPageToken is null.public String getNextPageToken()
 A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified
 pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
 is null.
 
NextPageToken is null.public ListJobsByPipelineResult withNextPageToken(String nextPageToken)
 A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified
 pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
 is null.
 
nextPageToken - A value that you use to access the second and subsequent pages of results, if any. When the jobs in the
        specified pipeline fit on one page or when you've reached the last page of results, the value of
        NextPageToken is null.public String toString()
toString in class ObjectObject.toString()public ListJobsByPipelineResult clone()