/AWS1/CL_AMBUPDBACKENDAUTHRSP¶
UpdateBackendAuthResponse
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_ERROR
TYPE /AWS1/AMB__STRING
/AWS1/AMB__STRING
¶
If the request fails, this error is returned.
IV_JOBID
TYPE /AWS1/AMB__STRING
/AWS1/AMB__STRING
¶
The ID for the job.
IV_OPERATION
TYPE /AWS1/AMB__STRING
/AWS1/AMB__STRING
¶
The name of the operation.
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 |
Error¶
If the request fails, this error is returned.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERROR() |
Getter for ERROR, with configurable default |
ASK_ERROR() |
Getter for ERROR w/ exceptions if field has no value |
HAS_ERROR() |
Determine if ERROR 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 |
Operation¶
The name of the operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPERATION() |
Getter for OPERATION, with configurable default |
ASK_OPERATION() |
Getter for OPERATION w/ exceptions if field has no value |
HAS_OPERATION() |
Determine if OPERATION 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 |