/AWS1/CL_IOESMSCONFIGURATION¶
Contains the configuration information of SMS notifications.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_recipients TYPE /AWS1/CL_IOERECIPIENTDETAIL=>TT_RECIPIENTDETAILS TT_RECIPIENTDETAILS¶
Specifies one or more recipients who receive the message.
You must add the users that receive SMS messages to your AWS SSO store.
Optional arguments:¶
iv_senderid TYPE /AWS1/IOESMSSENDERID /AWS1/IOESMSSENDERID¶
The sender ID.
iv_additionalmessage TYPE /AWS1/IOENOTIFADDLMESSAGE /AWS1/IOENOTIFADDLMESSAGE¶
The message that you want to send. The message can be up to 200 characters.
Queryable Attributes¶
senderId¶
The sender ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENDERID() |
Getter for SENDERID, with configurable default |
ASK_SENDERID() |
Getter for SENDERID w/ exceptions if field has no value |
HAS_SENDERID() |
Determine if SENDERID has a value |
additionalMessage¶
The message that you want to send. The message can be up to 200 characters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALMESSAGE() |
Getter for ADDITIONALMESSAGE, with configurable default |
ASK_ADDITIONALMESSAGE() |
Getter for ADDITIONALMESSAGE w/ exceptions if field has no v |
HAS_ADDITIONALMESSAGE() |
Determine if ADDITIONALMESSAGE has a value |
recipients¶
Specifies one or more recipients who receive the message.
You must add the users that receive SMS messages to your AWS SSO store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECIPIENTS() |
Getter for RECIPIENTS, with configurable default |
ASK_RECIPIENTS() |
Getter for RECIPIENTS w/ exceptions if field has no value |
HAS_RECIPIENTS() |
Determine if RECIPIENTS 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_SMSCONFIGURATIONS¶
TYPES TT_SMSCONFIGURATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOESMSCONFIGURATION WITH DEFAULT KEY
.