/AWS1/CL_TCEUPDATEREGRESPONSE¶
Response structure for updating a registry
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/TCEREGISTRYNAME /AWS1/TCEREGISTRYNAME¶
The name of the registry
iv_registryid TYPE /AWS1/TCEREGISTRYID /AWS1/TCEREGISTRYID¶
The unique identifier of the registry
iv_registryarn TYPE /AWS1/TCEREGISTRYARN /AWS1/TCEREGISTRYARN¶
The ARN of the registry
iv_status TYPE /AWS1/TCEREGISTRYSTATUS /AWS1/TCEREGISTRYSTATUS¶
Current status of the registry
iv_createdat TYPE /AWS1/TCEDATETIMESTAMP /AWS1/TCEDATETIMESTAMP¶
The timestamp when the registry was created
iv_updatedat TYPE /AWS1/TCEDATETIMESTAMP /AWS1/TCEDATETIMESTAMP¶
The timestamp when the registry was last updated
Optional arguments:¶
iv_description TYPE /AWS1/TCEDESCRIPTION /AWS1/TCEDESCRIPTION¶
The description of the registry
io_discoveryconfiguration TYPE REF TO /AWS1/CL_TCEDISCOVERYCONF /AWS1/CL_TCEDISCOVERYCONF¶
Discovery configuration for the registry
io_approvalconfiguration TYPE REF TO /AWS1/CL_TCEAPPROVALCONF /AWS1/CL_TCEAPPROVALCONF¶
Approval configuration for registry records
iv_statusreason TYPE /AWS1/TCESTRING /AWS1/TCESTRING¶
The reason for the current status. Typically populated when the status indicates a failure state.
Queryable Attributes¶
name¶
The name of the registry
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the registry
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 |
registryId¶
The unique identifier of the registry
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRYID() |
Getter for REGISTRYID, with configurable default |
ASK_REGISTRYID() |
Getter for REGISTRYID w/ exceptions if field has no value |
HAS_REGISTRYID() |
Determine if REGISTRYID has a value |
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 |
discoveryConfiguration¶
Discovery configuration for the registry
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISCOVERYCONFIGURATION() |
Getter for DISCOVERYCONFIGURATION |
approvalConfiguration¶
Approval configuration for registry records
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROVALCONFIGURATION() |
Getter for APPROVALCONFIGURATION |
status¶
Current status of the registry
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 current status. Typically populated when the status indicates a failure state.
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 |
createdAt¶
The timestamp when the registry 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 |
updatedAt¶
The timestamp when the registry 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 |