/AWS1/CL_BDOLISTCAPPVDRSOUTPUT¶
ListCapacityProvidersOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_capacityproviders TYPE /AWS1/CL_BDOCAPPVDRSUMMARY=>TT_CAPACITYPROVIDERLIST TT_CAPACITYPROVIDERLIST¶
The list of capacity provider summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
Queryable Attributes¶
capacityProviders¶
The list of capacity provider summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYPROVIDERS() |
Getter for CAPACITYPROVIDERS, with configurable default |
ASK_CAPACITYPROVIDERS() |
Getter for CAPACITYPROVIDERS w/ exceptions if field has no v |
HAS_CAPACITYPROVIDERS() |
Determine if CAPACITYPROVIDERS has a value |
nextToken¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
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 |