/AWS1/CL_PTTGTQUALASSOCDETSRSP¶
GetQualificationsAssociationDetailsResponse
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_status TYPE /AWS1/PTTQUALASSOCIATIONSTATUS /AWS1/PTTQUALASSOCIATIONSTATUS¶
The current qualifications association status. Valid values:
ASSOCIATED(the partner is associated with a primary),NOT_ASSOCIATED(the partner has no active association).
Optional arguments:¶
io_primarypartner TYPE REF TO /AWS1/CL_PTTQUALASSOCPARTNER /AWS1/CL_PTTQUALASSOCPARTNER¶
The primary partner's profile and account identifiers. This field is null when the status is
NOT_ASSOCIATED.
it_associatedpartners TYPE /AWS1/CL_PTTQUALASSOCPARTNER=>TT_ASSOCIATEDPARTNERLIST TT_ASSOCIATEDPARTNERLIST¶
The list of all partner profile and account identifiers currently associated under the primary partner. This field is null when the status is
NOT_ASSOCIATED.
iv_updatedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME¶
The timestamp when the qualifications association was last updated, in ISO 8601 format. This field is null when the status is
NOT_ASSOCIATED.
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 |
Status¶
The current qualifications association status. Valid values:
ASSOCIATED(the partner is associated with a primary),NOT_ASSOCIATED(the partner has no active association).
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 primary partner's profile and account identifiers. This field is null when the status is
NOT_ASSOCIATED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARYPARTNER() |
Getter for PRIMARYPARTNER |
AssociatedPartners¶
The list of all partner profile and account identifiers currently associated under the primary partner. This field is null when the status is
NOT_ASSOCIATED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDPARTNERS() |
Getter for ASSOCIATEDPARTNERS, with configurable default |
ASK_ASSOCIATEDPARTNERS() |
Getter for ASSOCIATEDPARTNERS w/ exceptions if field has no |
HAS_ASSOCIATEDPARTNERS() |
Determine if ASSOCIATEDPARTNERS has a value |
UpdatedAt¶
The timestamp when the qualifications association was last updated, in ISO 8601 format. This field is null when the status is
NOT_ASSOCIATED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |