/AWS1/CL_BTCCONSUMABLERESRCR00¶
Information about a consumable resource required to run a job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_consumableresource TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The name or ARN of the consumable resource.
iv_quantity TYPE /AWS1/BTCLONG /AWS1/BTCLONG¶
The quantity of the consumable resource that is needed.
Queryable Attributes¶
consumableResource¶
The name or ARN of the consumable resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMABLERESOURCE() |
Getter for CONSUMABLERESOURCE, with configurable default |
ASK_CONSUMABLERESOURCE() |
Getter for CONSUMABLERESOURCE w/ exceptions if field has no |
HAS_CONSUMABLERESOURCE() |
Determine if CONSUMABLERESOURCE has a value |
quantity¶
The quantity of the consumable resource that is needed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUANTITY() |
Getter for QUANTITY, with configurable default |
ASK_QUANTITY() |
Getter for QUANTITY w/ exceptions if field has no value |
HAS_QUANTITY() |
Determine if QUANTITY has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONSUMABLERESOURCELIST¶
TYPES TT_CONSUMABLERESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCCONSUMABLERESRCR00 WITH DEFAULT KEY
.