public class ListJobsByPipelineResult
extends java.lang.Object
implements java.io.Serializable
The ListJobsByPipelineResponse structure.
| コンストラクタと説明 |
|---|
ListJobsByPipelineResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Job> |
getJobs()
An array of
Job objects that are in the specified
pipeline. |
java.lang.String |
getNextPageToken()
A value that you use to access the second and subsequent pages of
results, if any.
|
int |
hashCode() |
void |
setJobs(java.util.Collection<Job> jobs)
An array of
Job objects that are in the specified
pipeline. |
void |
setNextPageToken(java.lang.String nextPageToken)
A value that you use to access the second and subsequent pages of
results, if any.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobsByPipelineResult |
withJobs(java.util.Collection<Job> jobs)
An array of
Job objects that are in the specified
pipeline. |
ListJobsByPipelineResult |
withJobs(Job... jobs)
An array of
Job objects that are in the specified
pipeline. |
ListJobsByPipelineResult |
withNextPageToken(java.lang.String nextPageToken)
A value that you use to access the second and subsequent pages of
results, if any.
|
public java.util.List<Job> getJobs()
Job objects that are in the specified
pipeline.Job objects that are in the specified
pipeline.public void setJobs(java.util.Collection<Job> jobs)
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)
Job objects that are in the specified
pipeline.
Returns a reference to this object so that method calls can be chained together.
jobs - An array of Job objects that are in the specified
pipeline.public ListJobsByPipelineResult withJobs(java.util.Collection<Job> jobs)
Job objects that are in the specified
pipeline.
Returns a reference to this object so that method calls can be chained together.
jobs - An array of Job objects that are in the specified
pipeline.public java.lang.String getNextPageToken()
NextPageToken is null.
Constraints:
Pattern: ^\d{13}-\w{6}$
NextPageToken is null.public void setNextPageToken(java.lang.String nextPageToken)
NextPageToken is null.
Constraints:
Pattern: ^\d{13}-\w{6}$
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 ListJobsByPipelineResult withNextPageToken(java.lang.String nextPageToken)
NextPageToken is null.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object