Skip to content

/AWS1/CL_PTTSTARTQLFASCTASKRSP

StartQualificationsAssociationTaskResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_catalog TYPE /AWS1/PTTCATALOG /AWS1/PTTCATALOG

The catalog identifier echoed from the request.

iv_arn TYPE /AWS1/PTTPARTNERARN /AWS1/PTTPARTNERARN

The Amazon Resource Name (ARN) that uniquely identifies your partner resource.

iv_id TYPE /AWS1/PTTPARTNERID /AWS1/PTTPARTNERID

Your unique partner identifier in the AWS Partner Network.

iv_taskid TYPE /AWS1/PTTQUALASSOCIATIONTASKID /AWS1/PTTQUALASSOCIATIONTASKID

The unique identifier of the started qualifications association task, in the format pqatask-[a-z2-7]{13}.

iv_status TYPE /AWS1/PTTQUALASSOCTASKSTATUS /AWS1/PTTQUALASSOCTASKSTATUS

The current status of the qualifications association task. The initial value is IN_PROGRESS.

io_primarypartner TYPE REF TO /AWS1/CL_PTTQUALASSOCPARTNER /AWS1/CL_PTTQUALASSOCPARTNER

The resolved primary partner's profile and account identifiers, including both ProfileId and AccountId.

iv_startedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the qualifications association task started, in ISO 8601 format.


Queryable Attributes

Catalog

The catalog identifier echoed from the request.

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) that uniquely identifies your partner resource.

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

Your unique partner identifier in the AWS Partner Network.

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 qualifications association task, in the format pqatask-[a-z2-7]{13}.

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

Status

The current status of the qualifications association task. The initial value is 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

PrimaryPartner

The resolved primary partner's profile and account identifiers, including both ProfileId and AccountId.

Accessible with the following methods

Method Description
GET_PRIMARYPARTNER() Getter for PRIMARYPARTNER

StartedAt

The timestamp when the qualifications association task started, in ISO 8601 format.

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