Output structure for the ListJobs operation.

Namespace: Amazon.ImportExport.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Sets the IsTruncated property
WithJobs(array<Job>[]()[][])
Adds elements to the Jobs collection
WithJobs(IEnumerable<(Of <<'(Job>)>>))
Adds elements to the Jobs collection

Inheritance Hierarchy

System..::..Object
  Amazon.ImportExport.Model..::..ListJobsResult

See Also