/AWS1/CL_CNTLISTTASKTMPLSRSP¶
ListTaskTemplatesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_tasktemplates TYPE /AWS1/CL_CNTTASKTEMPLATEMET=>TT_TASKTEMPLATELIST TT_TASKTEMPLATELIST¶
Provides details about a list of task templates belonging to an instance.
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN¶
If there are additional results, this is the token for the next set of results.
This is always returned as a null in the response.
Queryable Attributes¶
TaskTemplates¶
Provides details about a list of task templates belonging to an instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKTEMPLATES() |
Getter for TASKTEMPLATES, with configurable default |
ASK_TASKTEMPLATES() |
Getter for TASKTEMPLATES w/ exceptions if field has no value |
HAS_TASKTEMPLATES() |
Determine if TASKTEMPLATES has a value |
NextToken¶
If there are additional results, this is the token for the next set of results.
This is always returned as a null in the response.
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 |