/AWS1/CL_BDOUPDATEEVALUATORRSP¶
UpdateEvaluatorResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_evaluatorarn TYPE /AWS1/BDOEVALUATORARN /AWS1/BDOEVALUATORARN¶
The Amazon Resource Name (ARN) of the updated evaluator.
iv_evaluatorid TYPE /AWS1/BDOEVALUATORID /AWS1/BDOEVALUATORID¶
The unique identifier of the updated evaluator.
iv_updatedat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when the evaluator was last updated.
iv_status TYPE /AWS1/BDOEVALUATORSTATUS /AWS1/BDOEVALUATORSTATUS¶
The status of the evaluator update operation.
Queryable Attributes¶
evaluatorArn¶
The Amazon Resource Name (ARN) of the updated evaluator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATORARN() |
Getter for EVALUATORARN, with configurable default |
ASK_EVALUATORARN() |
Getter for EVALUATORARN w/ exceptions if field has no value |
HAS_EVALUATORARN() |
Determine if EVALUATORARN has a value |
evaluatorId¶
The unique identifier of the updated evaluator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATORID() |
Getter for EVALUATORID, with configurable default |
ASK_EVALUATORID() |
Getter for EVALUATORID w/ exceptions if field has no value |
HAS_EVALUATORID() |
Determine if EVALUATORID has a value |
updatedAt¶
The timestamp when the evaluator was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
status¶
The status of the evaluator update operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |