|
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.ListJobsByStatusResult
public class ListJobsByStatusResult
The ListJobsByStatusResponse
structure.
Constructor Summary | |
---|---|
ListJobsByStatusResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Job> |
getJobs()
An array of Job objects that have the specified status. |
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 have the specified status. |
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. |
ListJobsByStatusResult |
withJobs(java.util.Collection<Job> jobs)
An array of Job objects that have the specified status. |
ListJobsByStatusResult |
withJobs(Job... jobs)
An array of Job objects that have the specified status. |
ListJobsByStatusResult |
withNextPageToken(java.lang.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 ListJobsByStatusResult()
Method Detail |
---|
public java.util.List<Job> getJobs()
Job
objects that have the specified status.
Job
objects that have the specified status.public void setJobs(java.util.Collection<Job> jobs)
Job
objects that have the specified status.
jobs
- An array of Job
objects that have the specified status.public ListJobsByStatusResult withJobs(Job... jobs)
Job
objects that have the specified status.
Returns a reference to this object so that method calls can be chained together.
jobs
- An array of Job
objects that have the specified status.
public ListJobsByStatusResult withJobs(java.util.Collection<Job> jobs)
Job
objects that have the specified status.
Returns a reference to this object so that method calls can be chained together.
jobs
- An array of Job
objects that have the specified status.
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 ListJobsByStatusResult 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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |