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



IconMemberDescription
ListJobsByPipelineResult()()()()
Initializes a new instance of the ListJobsByPipelineResult 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 are in the specified pipeline.


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
ListJobsByPipelineResult

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