AWS SDK for .NET Documentation
ListJobsByStatusRequest Class
AmazonAmazon.ElasticTranscoder.ModelListJobsByStatusRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the 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.
Declaration Syntax
C#
public class ListJobsByStatusRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListJobsByStatusRequest()()()()
Initializes a new instance of the ListJobsByStatusRequest class

Ascending
Gets and sets the property Ascending.

To list jobs in chronological order by the date and time that they were submitted, enter

CopyC#
true
. To list jobs in reverse chronological order, enter
CopyC#
false
.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
PageToken
Gets and sets the property PageToken.

When Elastic Transcoder returns more than one page of results, use

CopyC#
pageToken
in subsequent
CopyC#
GET
requests to get each successive page of results.


Status
Gets and sets the property Status.

To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:

CopyC#
Submitted
,
CopyC#
Progressing
,
CopyC#
Complete
,
CopyC#
Canceled
, or
CopyC#
Error
.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAscending(String) Obsolete.
Sets the Ascending property

WithPageToken(String) Obsolete.
Sets the PageToken property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ListJobsByStatusRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)