AWS SDK for .NET Documentation
ListJobsResult Class
AmazonAmazon.ImportExport.ModelListJobsResult Did this page help you?   Yes   No    Tell us about it...

Output structure for the ListJobs operation.

Declaration Syntax
C#
public class ListJobsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListJobsResult()()()()
Initializes a new instance of the ListJobsResult 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.)
IsTruncated
Indicates whether the list of jobs was truncated. If true, then call ListJobs again using the last JobId element as the marker.

Jobs
A list container for Jobs returned by the ListJobs operation.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithIsTruncated(Boolean) Obsolete.
Sets the IsTruncated property

WithJobs(array<Job>[]()[][]) Obsolete.
Adds elements to the Jobs collection

WithJobs(IEnumerable<(Of <<'(Job>)>>)) Obsolete.
Adds elements to the Jobs collection

Inheritance Hierarchy
Object
ListJobsResult

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