/AWS1/CL_SNBLISTCLUSTJOBSRSLT¶
ListClusterJobsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_joblistentries TYPE /AWS1/CL_SNBJOBLISTENTRY=>TT_JOBLISTENTRYLIST TT_JOBLISTENTRYLIST¶
Each
JobListEntryobject contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.
iv_nexttoken TYPE /AWS1/SNBSTRING /AWS1/SNBSTRING¶
HTTP requests are stateless. If you use the automatically generated
NextTokenvalue in your nextListClusterJobsResultcall, your list of returned jobs will start from this point in the array.
Queryable Attributes¶
JobListEntries¶
Each
JobListEntryobject contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBLISTENTRIES() |
Getter for JOBLISTENTRIES, with configurable default |
ASK_JOBLISTENTRIES() |
Getter for JOBLISTENTRIES w/ exceptions if field has no valu |
HAS_JOBLISTENTRIES() |
Determine if JOBLISTENTRIES has a value |
NextToken¶
HTTP requests are stateless. If you use the automatically generated
NextTokenvalue in your nextListClusterJobsResultcall, your list of returned jobs will start from this point in the array.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |