AWS SDK for .NET Documentation
ListJobsByStatusResult Class
AmazonAmazon.ElasticTranscoder.ModelListJobsByStatusResult Did this page help you?   Yes   No    Tell us about it...
The
CopyC#
ListJobsByStatusResponse
structure.
Declaration Syntax
C#
public class ListJobsByStatusResult
Members
All MembersConstructorsMethodsProperties



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

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.)
Jobs
Gets and sets the property Jobs.

An array of

CopyC#
Job
objects that have the specified status.


NextPageToken
Gets and sets the property 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

CopyC#
NextPageToken
is
CopyC#
null
.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithJobs(array<Job>[]()[][]) Obsolete.
Sets the Jobs property

WithJobs(IEnumerable<(Of <<'(Job>)>>)) Obsolete.
Sets the Jobs property

WithNextPageToken(String) Obsolete.
Sets the NextPageToken property

Inheritance Hierarchy
Object
ListJobsByStatusResult

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