/AWS1/CL_TCEUPDREGRECSTATRSP¶
Response structure for updating a registry record status
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_registryarn TYPE /AWS1/TCEREGISTRYARN /AWS1/TCEREGISTRYARN¶
The ARN of the registry
iv_recordarn TYPE /AWS1/TCEREGISTRYRECORDARN /AWS1/TCEREGISTRYRECORDARN¶
The ARN of the registry record
iv_recordid TYPE /AWS1/TCEREGISTRYRECORDID /AWS1/TCEREGISTRYRECORDID¶
The ID of the registry record
iv_status TYPE /AWS1/TCEREGISTRYRECORDSTATUS /AWS1/TCEREGISTRYRECORDSTATUS¶
The resulting status of the registry record
iv_statusreason TYPE /AWS1/TCESTRING /AWS1/TCESTRING¶
The reason for the status change
iv_updatedat TYPE /AWS1/TCEDATETIMESTAMP /AWS1/TCEDATETIMESTAMP¶
The timestamp when the record was last updated
Queryable Attributes¶
registryArn¶
The ARN of the registry
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 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 ID 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 |