/AWS1/CL_PTTSTARTPFLUPDTASKRSP¶
StartProfileUpdateTaskResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_catalog TYPE /AWS1/PTTCATALOG /AWS1/PTTCATALOG¶
The catalog identifier for the partner account.
iv_arn TYPE /AWS1/PTTPARTNERARN /AWS1/PTTPARTNERARN¶
The Amazon Resource Name (ARN) of the started profile update task.
iv_id TYPE /AWS1/PTTPARTNERID /AWS1/PTTPARTNERID¶
The unique identifier of the partner account.
iv_taskid TYPE /AWS1/PTTPROFILETASKID /AWS1/PTTPROFILETASKID¶
The unique identifier of the started profile update task.
io_taskdetails TYPE REF TO /AWS1/CL_PTTTASKDETAILS /AWS1/CL_PTTTASKDETAILS¶
The details of the profile update task that was started.
iv_startedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME¶
The timestamp when the profile update task was started.
iv_status TYPE /AWS1/PTTPROFILETASKSTATUS /AWS1/PTTPROFILETASKSTATUS¶
The current status of the profile update task (in progress).
Optional arguments:¶
iv_endedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME¶
The timestamp when the profile update task ended (null for in-progress tasks).
it_errordetaillist TYPE /AWS1/CL_PTTERRORDETAIL=>TT_ERRORDETAILLIST TT_ERRORDETAILLIST¶
A list of error details if any errors occurred during the profile update task.
Queryable Attributes¶
Catalog¶
The catalog identifier for the partner account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOG() |
Getter for CATALOG, with configurable default |
ASK_CATALOG() |
Getter for CATALOG w/ exceptions if field has no value |
HAS_CATALOG() |
Determine if CATALOG has a value |
Arn¶
The Amazon Resource Name (ARN) of the started profile update task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Id¶
The unique identifier of the partner account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
TaskId¶
The unique identifier of the started profile update task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
TaskDetails¶
The details of the profile update task that was started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKDETAILS() |
Getter for TASKDETAILS |
StartedAt¶
The timestamp when the profile update task was started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
Status¶
The current status of the profile update task (in progress).
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 |
EndedAt¶
The timestamp when the profile update task ended (null for in-progress tasks).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
ErrorDetailList¶
A list of error details if any errors occurred during the profile update task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDETAILLIST() |
Getter for ERRORDETAILLIST, with configurable default |
ASK_ERRORDETAILLIST() |
Getter for ERRORDETAILLIST w/ exceptions if field has no val |
HAS_ERRORDETAILLIST() |
Determine if ERRORDETAILLIST has a value |