/AWS1/CL_AMBUPDBACKENDSTRGRSP¶
UpdateBackendStorageResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_appid TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
The app ID.
iv_backendenvironmentname TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
The name of the backend environment.
iv_jobid TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
The ID for the job.
iv_status TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
The current status of the request.
Queryable Attributes¶
AppId¶
The app ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPID() |
Getter for APPID, with configurable default |
ASK_APPID() |
Getter for APPID w/ exceptions if field has no value |
HAS_APPID() |
Determine if APPID has a value |
BackendEnvironmentName¶
The name of the backend environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKENDENVIRONMENTNAME() |
Getter for BACKENDENVIRONMENTNAME, with configurable default |
ASK_BACKENDENVIRONMENTNAME() |
Getter for BACKENDENVIRONMENTNAME w/ exceptions if field has |
HAS_BACKENDENVIRONMENTNAME() |
Determine if BACKENDENVIRONMENTNAME has a value |
JobId¶
The ID for the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
Status¶
The current status of the 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 |