/AWS1/CL_BTCLSTSCHEDULINGPOL01¶
ListSchedulingPoliciesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_schedulingpolicies TYPE /AWS1/CL_BTCSCHEDULINGPLYLST00=>TT_SCHEDULINGPLYLISTINGDETLIST TT_SCHEDULINGPLYLISTINGDETLIST¶
A list of scheduling policies that match the request.
iv_nexttoken TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The
nextTokenvalue to include in a futureListSchedulingPoliciesrequest. When the results of aListSchedulingPoliciesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
schedulingPolicies¶
A list of scheduling policies that match the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULINGPOLICIES() |
Getter for SCHEDULINGPOLICIES, with configurable default |
ASK_SCHEDULINGPOLICIES() |
Getter for SCHEDULINGPOLICIES w/ exceptions if field has no |
HAS_SCHEDULINGPOLICIES() |
Determine if SCHEDULINGPOLICIES has a value |
nextToken¶
The
nextTokenvalue to include in a futureListSchedulingPoliciesrequest. When the results of aListSchedulingPoliciesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
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 |