Output structure for the ListJobs operation.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ListJobsResult
Public Class ListJobsResult
public ref class ListJobsResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ListJobsResult()()()() | Initializes a new instance of the ListJobsResult class | |
| Equals(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()()()() | (Inherited from Object.) | |
| WithIsTruncated(Boolean) |
Sets the IsTruncated property
| |
| WithJobs(array<Job>[]()[][]) |
Adds elements to the Jobs collection
| |
| WithJobs(IEnumerable<(Of <<'(Job>)>>)) |
Adds elements to the Jobs collection
|