/AWS1/CL_BTCSUBMITSVCJOBRSP¶
SubmitServiceJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobname TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The name of the service job.
iv_jobid TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The unique identifier for the service job.
Optional arguments:¶
iv_jobarn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The Amazon Resource Name (ARN) for the service job.
Queryable Attributes¶
jobArn¶
The Amazon Resource Name (ARN) for the service job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
jobName¶
The name of the service job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
jobId¶
The unique identifier for the service 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 |