Skip to content

/AWS1/CL_BDCSTOPBATCHEVALRSP

StopBatchEvaluationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_batchevaluationid TYPE /AWS1/BDCBATCHEVALUATIONID /AWS1/BDCBATCHEVALUATIONID

The unique identifier of the stopped batch evaluation.

iv_batchevaluationarn TYPE /AWS1/BDCBATCHEVALUATIONARN /AWS1/BDCBATCHEVALUATIONARN

The Amazon Resource Name (ARN) of the stopped batch evaluation.

iv_status TYPE /AWS1/BDCBATCHEVALUATIONSTATUS /AWS1/BDCBATCHEVALUATIONSTATUS

The status of the batch evaluation after the stop request.

Optional arguments:

iv_description TYPE /AWS1/BDCBATCHEVALUATIONDESC /AWS1/BDCBATCHEVALUATIONDESC

The description of the batch evaluation.


Queryable Attributes

batchEvaluationId

The unique identifier of the stopped batch evaluation.

Accessible with the following methods

Method Description
GET_BATCHEVALUATIONID() Getter for BATCHEVALUATIONID, with configurable default
ASK_BATCHEVALUATIONID() Getter for BATCHEVALUATIONID w/ exceptions if field has no v
HAS_BATCHEVALUATIONID() Determine if BATCHEVALUATIONID has a value

batchEvaluationArn

The Amazon Resource Name (ARN) of the stopped batch evaluation.

Accessible with the following methods

Method Description
GET_BATCHEVALUATIONARN() Getter for BATCHEVALUATIONARN, with configurable default
ASK_BATCHEVALUATIONARN() Getter for BATCHEVALUATIONARN w/ exceptions if field has no
HAS_BATCHEVALUATIONARN() Determine if BATCHEVALUATIONARN has a value

status

The status of the batch evaluation after the stop request.

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

description

The description of the batch evaluation.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value