/AWS1/CL_PRISERVICE¶
The metadata for a service, such as the service code and available attribute names.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_servicecode TYPE /AWS1/PRISTRING /AWS1/PRISTRING¶
The code for the Amazon Web Services service.
Optional arguments:¶
it_attributenames TYPE /AWS1/CL_PRIATTRNAMELIST_W=>TT_ATTRIBUTENAMELIST TT_ATTRIBUTENAMELIST¶
The attributes that are available for this service.
Queryable Attributes¶
ServiceCode¶
The code for the Amazon Web Services service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICECODE() |
Getter for SERVICECODE, with configurable default |
ASK_SERVICECODE() |
Getter for SERVICECODE w/ exceptions if field has no value |
HAS_SERVICECODE() |
Determine if SERVICECODE has a value |
AttributeNames¶
The attributes that are available for this service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTENAMES() |
Getter for ATTRIBUTENAMES, with configurable default |
ASK_ATTRIBUTENAMES() |
Getter for ATTRIBUTENAMES w/ exceptions if field has no valu |
HAS_ATTRIBUTENAMES() |
Determine if ATTRIBUTENAMES 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_SERVICELIST¶
TYPES TT_SERVICELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PRISERVICE WITH DEFAULT KEY
.