|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elastictranscoder.model.ListJobsByPipelineResult
public class ListJobsByPipelineResult
Constructor Summary | |
---|---|
ListJobsByPipelineResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Job> |
getJobs()
An array of Job objects 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 Job objects 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; useful for testing and debugging. |
ListJobsByPipelineResult |
withJobs(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(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListJobsByPipelineResult()
Method Detail |
---|
public List<Job> getJobs()
Job
objects that are in the specified
pipeline.
Job
objects that are in the specified
pipeline.public void setJobs(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(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 String getNextPageToken()
NextPageToken
is null
.
Constraints:
Pattern: ^\d{13}-\w{6}$
NextPageToken
is null
.public void setNextPageToken(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |