/AWS1/CL_CNTEMAILADDRESSCONFIG¶
Configuration object that specifies an email address to be associated with a queue. This configuration contains the identifier of the email address that should be linked to the queue for routing email contacts.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_emailaddressid TYPE /AWS1/CNTEMAILADDRESSID /AWS1/CNTEMAILADDRESSID¶
The identifier of the email address that should be associated with the queue. This email address must already exist in the Amazon Connect instance and will be used to route incoming email contacts to the specified queue.
Queryable Attributes¶
EmailAddressId¶
The identifier of the email address that should be associated with the queue. This email address must already exist in the Amazon Connect instance and will be used to route incoming email contacts to the specified queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILADDRESSID() |
Getter for EMAILADDRESSID, with configurable default |
ASK_EMAILADDRESSID() |
Getter for EMAILADDRESSID w/ exceptions if field has no valu |
HAS_EMAILADDRESSID() |
Determine if EMAILADDRESSID 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_EMAILADDRESSCONFIGLIST¶
TYPES TT_EMAILADDRESSCONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEMAILADDRESSCONFIG WITH DEFAULT KEY
.