Skip to content

/AWS1/CL_BDOCREATEEVALUATORRSP

CreateEvaluatorResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_evaluatorarn TYPE /AWS1/BDOCUSTOMEVALUATORARN /AWS1/BDOCUSTOMEVALUATORARN

The Amazon Resource Name (ARN) of the created evaluator.

iv_evaluatorid TYPE /AWS1/BDOEVALUATORID /AWS1/BDOEVALUATORID

The unique identifier of the created evaluator.

iv_createdat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP

The timestamp when the evaluator was created.

iv_status TYPE /AWS1/BDOEVALUATORSTATUS /AWS1/BDOEVALUATORSTATUS

The status of the evaluator creation operation.


Queryable Attributes

evaluatorArn

The Amazon Resource Name (ARN) of the created 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 created 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

createdAt

The timestamp when the evaluator was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

status

The status of the evaluator creation 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