public class ListJobsByStatusRequest extends AmazonWebServiceRequest implements Serializable
ListJobsByStatus operation
.
The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.
NOOP
Constructor and Description |
---|
ListJobsByStatusRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAscending()
To list jobs in chronological order by the date and time that they
were submitted, enter
true . |
String |
getPageToken()
When Elastic Transcoder returns more than one page of results, use
pageToken in subsequent GET requests to get
each successive page of results. |
String |
getStatus()
To get information about all of the jobs associated with the current
AWS account that have a given status, specify the following status:
Submitted , Progressing ,
Complete , Canceled , or Error . |
int |
hashCode() |
void |
setAscending(String ascending)
To list jobs in chronological order by the date and time that they
were submitted, enter
true . |
void |
setPageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use
pageToken in subsequent GET requests to get
each successive page of results. |
void |
setStatus(String status)
To get information about all of the jobs associated with the current
AWS account that have a given status, specify the following status:
Submitted , Progressing ,
Complete , Canceled , or Error . |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobsByStatusRequest |
withAscending(String ascending)
To list jobs in chronological order by the date and time that they
were submitted, enter
true . |
ListJobsByStatusRequest |
withPageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use
pageToken in subsequent GET requests to get
each successive page of results. |
ListJobsByStatusRequest |
withStatus(String status)
To get information about all of the jobs associated with the current
AWS account that have a given status, specify the following status:
Submitted , Progressing ,
Complete , Canceled , or Error . |
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getStatus()
Submitted
, Progressing
,
Complete
, Canceled
, or Error
.
Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)
Submitted
, Progressing
,
Complete
, Canceled
, or Error
.public void setStatus(String status)
Submitted
, Progressing
,
Complete
, Canceled
, or Error
.
Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)
status
- To get information about all of the jobs associated with the current
AWS account that have a given status, specify the following status:
Submitted
, Progressing
,
Complete
, Canceled
, or Error
.public ListJobsByStatusRequest withStatus(String status)
Submitted
, Progressing
,
Complete
, Canceled
, or Error
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^Submitted$)|(^Progressing$)|(^Complete$)|(^Canceled$)|(^Error$)
status
- To get information about all of the jobs associated with the current
AWS account that have a given status, specify the following status:
Submitted
, Progressing
,
Complete
, Canceled
, or Error
.public String getAscending()
true
. To list jobs in reverse
chronological order, enter false
.
Constraints:
Pattern: (^true$)|(^false$)
true
. To list jobs in reverse
chronological order, enter false
.public void setAscending(String ascending)
true
. To list jobs in reverse
chronological order, enter false
.
Constraints:
Pattern: (^true$)|(^false$)
ascending
- To list jobs in chronological order by the date and time that they
were submitted, enter true
. To list jobs in reverse
chronological order, enter false
.public ListJobsByStatusRequest withAscending(String ascending)
true
. To list jobs in reverse
chronological order, enter false
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^true$)|(^false$)
ascending
- To list jobs in chronological order by the date and time that they
were submitted, enter true
. To list jobs in reverse
chronological order, enter false
.public String getPageToken()
pageToken
in subsequent GET
requests to get
each successive page of results.
Constraints:
Pattern: ^\d{13}-\w{6}$
pageToken
in subsequent GET
requests to get
each successive page of results.public void setPageToken(String pageToken)
pageToken
in subsequent GET
requests to get
each successive page of results.
Constraints:
Pattern: ^\d{13}-\w{6}$
pageToken
- When Elastic Transcoder returns more than one page of results, use
pageToken
in subsequent GET
requests to get
each successive page of results.public ListJobsByStatusRequest withPageToken(String pageToken)
pageToken
in subsequent GET
requests to get
each successive page of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
pageToken
- When Elastic Transcoder returns more than one page of results, use
pageToken
in subsequent GET
requests to get
each successive page of results.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.