/AWS1/CL_CUSBATCHPUTPFLOBJRSP¶
BatchPutProfileObjectResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_successful TYPE /AWS1/CL_CUSBTCPUTPFLOBJRSPITM=>TT_BATCHPUTPFLOBJECTRSPLIST TT_BATCHPUTPFLOBJECTRSPLIST¶
A list of items that were successfully added to the domain.
it_failed TYPE /AWS1/CL_CUSBTCPUTPFLOBJERRITM=>TT_BATCHPUTPFLOBJECTERRORLIST TT_BATCHPUTPFLOBJECTERRORLIST¶
A list of items that failed to be added to the domain.
Queryable Attributes¶
Successful¶
A list of items that were successfully added to the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFUL() |
Getter for SUCCESSFUL, with configurable default |
ASK_SUCCESSFUL() |
Getter for SUCCESSFUL w/ exceptions if field has no value |
HAS_SUCCESSFUL() |
Determine if SUCCESSFUL has a value |
Failed¶
A list of items that failed to be added to the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |