/AWS1/CL_BDKADVDPROPTMZJOBSUMM¶
Contains a summary of an advanced prompt optimization job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobarn TYPE /AWS1/BDKADVDPROMPTOPTMZJOBARN /AWS1/BDKADVDPROMPTOPTMZJOBARN¶
The Amazon Resource Name (ARN) of the job.
iv_jobname TYPE /AWS1/BDKADVDPROPTMZJOBNAME /AWS1/BDKADVDPROPTMZJOBNAME¶
The name of the job.
iv_jobstatus TYPE /AWS1/BDKADVDPROPTMZJOBSTATUS /AWS1/BDKADVDPROPTMZJOBSTATUS¶
The status of the job.
iv_creationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The time at which the job was created.
Optional arguments:¶
iv_lastmodifiedtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The time at which the job was last modified.
Queryable Attributes¶
jobArn¶
The Amazon Resource Name (ARN) of the 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 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 |
jobStatus¶
The status of the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATUS() |
Getter for JOBSTATUS, with configurable default |
ASK_JOBSTATUS() |
Getter for JOBSTATUS w/ exceptions if field has no value |
HAS_JOBSTATUS() |
Determine if JOBSTATUS has a value |
creationTime¶
The time at which the job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastModifiedTime¶
The time at which the job was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ADVNCDPROMPTOPTMZTNJOBSUMS¶
TYPES TT_ADVNCDPROMPTOPTMZTNJOBSUMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKADVDPROPTMZJOBSUMM WITH DEFAULT KEY
.