/AWS1/CL_MPIAWSSUPPSERVICE¶
Describes an AWS service supported by a fulfillment option.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_supportedservicetype TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
The machine-readable identifier of the supported service.
iv_displayname TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
The human-readable name of the supported service.
iv_description TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
A description of the supported service.
Queryable Attributes¶
supportedServiceType¶
The machine-readable identifier of the supported service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTEDSERVICETYPE() |
Getter for SUPPORTEDSERVICETYPE, with configurable default |
ASK_SUPPORTEDSERVICETYPE() |
Getter for SUPPORTEDSERVICETYPE w/ exceptions if field has n |
HAS_SUPPORTEDSERVICETYPE() |
Determine if SUPPORTEDSERVICETYPE has a value |
displayName¶
The human-readable name of the supported service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
description¶
A description of the supported service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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_AWSSUPPORTEDSERVICELIST¶
TYPES TT_AWSSUPPORTEDSERVICELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIAWSSUPPSERVICE WITH DEFAULT KEY
.