Skip to content

/AWS1/CL_BDOUPDREGRECSTATRSP

UpdateRegistryRecordStatusResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_registryarn TYPE /AWS1/BDOREGISTRYARN /AWS1/BDOREGISTRYARN

The Amazon Resource Name (ARN) of the registry that contains the record.

iv_recordarn TYPE /AWS1/BDOREGISTRYRECORDARN /AWS1/BDOREGISTRYRECORDARN

The Amazon Resource Name (ARN) of the registry record.

iv_recordid TYPE /AWS1/BDOREGISTRYRECORDID /AWS1/BDOREGISTRYRECORDID

The unique identifier of the registry record.

iv_status TYPE /AWS1/BDOREGISTRYRECORDSTATUS /AWS1/BDOREGISTRYRECORDSTATUS

The resulting status of the registry record.

iv_statusreason TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The reason for the status change.

iv_updatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

The timestamp when the record was last updated.


Queryable Attributes

registryArn

The Amazon Resource Name (ARN) of the registry that contains the record.

Accessible with the following methods

Method Description
GET_REGISTRYARN() Getter for REGISTRYARN, with configurable default
ASK_REGISTRYARN() Getter for REGISTRYARN w/ exceptions if field has no value
HAS_REGISTRYARN() Determine if REGISTRYARN has a value

recordArn

The Amazon Resource Name (ARN) of the registry record.

Accessible with the following methods

Method Description
GET_RECORDARN() Getter for RECORDARN, with configurable default
ASK_RECORDARN() Getter for RECORDARN w/ exceptions if field has no value
HAS_RECORDARN() Determine if RECORDARN has a value

recordId

The unique identifier of the registry record.

Accessible with the following methods

Method Description
GET_RECORDID() Getter for RECORDID, with configurable default
ASK_RECORDID() Getter for RECORDID w/ exceptions if field has no value
HAS_RECORDID() Determine if RECORDID has a value

status

The resulting status of the registry record.

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

statusReason

The reason for the status change.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

updatedAt

The timestamp when the record 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