/AWS1/CL_RBMLSTWORLDGENERATI01¶
ListWorldGenerationJobsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IT_WORLDGENERATIONJOBSUMS
TYPE /AWS1/CL_RBMWORLDGENERATIONJ00=>TT_WORLDGENERATIONJOBSUMMARIES
TT_WORLDGENERATIONJOBSUMMARIES
¶
Summary information for world generator jobs.
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/RBMPAGINATIONTOKEN
/AWS1/RBMPAGINATIONTOKEN
¶
If the previous paginated request did not return all of the remaining results, the response object's
nextToken
parameter value is set to a token. To retrieve the next set of results, callListWorldGeneratorJobsRequest
again and assign that token to the request object'snextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
Queryable Attributes¶
worldGenerationJobSummaries¶
Summary information for world generator jobs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORLDGENERATIONJOBSUMS() |
Getter for WORLDGENERATIONJOBSUMMARIES, with configurable de |
ASK_WORLDGENERATIONJOBSUMS() |
Getter for WORLDGENERATIONJOBSUMMARIES w/ exceptions if fiel |
HAS_WORLDGENERATIONJOBSUMS() |
Determine if WORLDGENERATIONJOBSUMMARIES has a value |
nextToken¶
If the previous paginated request did not return all of the remaining results, the response object's
nextToken
parameter value is set to a token. To retrieve the next set of results, callListWorldGeneratorJobsRequest
again and assign that token to the request object'snextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
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 |