/AWS1/CL_CUSBTCPUTPFLOBJREQITM¶
An item to add to the domain as part of a batch request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CUSNAME /AWS1/CUSNAME¶
A unique identifier for this item in the batch request. Used to correlate items in the response.
iv_object TYPE /AWS1/CUSSTRINGIFIEDJSON /AWS1/CUSSTRINGIFIEDJSON¶
A string that is serialized from a JSON object.
Queryable Attributes¶
Id¶
A unique identifier for this item in the batch request. Used to correlate items in the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Object¶
A string that is serialized from a JSON object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECT() |
Getter for OBJECT, with configurable default |
ASK_OBJECT() |
Getter for OBJECT w/ exceptions if field has no value |
HAS_OBJECT() |
Determine if OBJECT 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_BATCHPUTPFLOBJREQITEMLIST¶
TYPES TT_BATCHPUTPFLOBJREQITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSBTCPUTPFLOBJREQITM WITH DEFAULT KEY
.