/AWS1/CL_ERNPVDRSERVICESUMMARY¶
A list of ProviderService objects, each of which contain the fields providerName, providerServiceArn, providerServiceName, and providerServiceType.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_providerservicearn TYPE /AWS1/ERNPROVIDERSERVICEARN /AWS1/ERNPROVIDERSERVICEARN¶
The ARN (Amazon Resource Name) that Entity Resolution generated for the
providerService.
iv_providername TYPE /AWS1/ERNENTITYNAME /AWS1/ERNENTITYNAME¶
The name of the provider. This name is typically the company name.
iv_pvdrservicedisplayname TYPE /AWS1/ERNPVDRSVCDISPLAYNAME /AWS1/ERNPVDRSVCDISPLAYNAME¶
The display name of the provider service.
iv_providerservicename TYPE /AWS1/ERNENTITYNAME /AWS1/ERNENTITYNAME¶
The name of the product that the provider service provides.
iv_providerservicetype TYPE /AWS1/ERNSERVICETYPE /AWS1/ERNSERVICETYPE¶
The type of provider service.
Queryable Attributes¶
providerServiceArn¶
The ARN (Amazon Resource Name) that Entity Resolution generated for the
providerService.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERSERVICEARN() |
Getter for PROVIDERSERVICEARN, with configurable default |
ASK_PROVIDERSERVICEARN() |
Getter for PROVIDERSERVICEARN w/ exceptions if field has no |
HAS_PROVIDERSERVICEARN() |
Determine if PROVIDERSERVICEARN has a value |
providerName¶
The name of the provider. This name is typically the company name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERNAME() |
Getter for PROVIDERNAME, with configurable default |
ASK_PROVIDERNAME() |
Getter for PROVIDERNAME w/ exceptions if field has no value |
HAS_PROVIDERNAME() |
Determine if PROVIDERNAME has a value |
providerServiceDisplayName¶
The display name of the provider service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PVDRSERVICEDISPLAYNAME() |
Getter for PROVIDERSERVICEDISPLAYNAME, with configurable def |
ASK_PVDRSERVICEDISPLAYNAME() |
Getter for PROVIDERSERVICEDISPLAYNAME w/ exceptions if field |
HAS_PVDRSERVICEDISPLAYNAME() |
Determine if PROVIDERSERVICEDISPLAYNAME has a value |
providerServiceName¶
The name of the product that the provider service provides.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERSERVICENAME() |
Getter for PROVIDERSERVICENAME, with configurable default |
ASK_PROVIDERSERVICENAME() |
Getter for PROVIDERSERVICENAME w/ exceptions if field has no |
HAS_PROVIDERSERVICENAME() |
Determine if PROVIDERSERVICENAME has a value |
providerServiceType¶
The type of provider service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERSERVICETYPE() |
Getter for PROVIDERSERVICETYPE, with configurable default |
ASK_PROVIDERSERVICETYPE() |
Getter for PROVIDERSERVICETYPE w/ exceptions if field has no |
HAS_PROVIDERSERVICETYPE() |
Determine if PROVIDERSERVICETYPE 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_PROVIDERSERVICELIST¶
TYPES TT_PROVIDERSERVICELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ERNPVDRSERVICESUMMARY WITH DEFAULT KEY
.