/AWS1/CL_CNCCAMPAIGNSUMMARY¶
An Amazon Connect campaign summary.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CNCCAMPAIGNID /AWS1/CNCCAMPAIGNID¶
id
iv_arn TYPE /AWS1/CNCCAMPAIGNARN /AWS1/CNCCAMPAIGNARN¶
arn
iv_name TYPE /AWS1/CNCCAMPAIGNNAME /AWS1/CNCCAMPAIGNNAME¶
name
iv_connectinstanceid TYPE /AWS1/CNCINSTANCEID /AWS1/CNCINSTANCEID¶
connectInstanceId
Queryable Attributes¶
id¶
id
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
arn
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
name¶
name
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
connectInstanceId¶
connectInstanceId
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTINSTANCEID() |
Getter for CONNECTINSTANCEID, with configurable default |
ASK_CONNECTINSTANCEID() |
Getter for CONNECTINSTANCEID w/ exceptions if field has no v |
HAS_CONNECTINSTANCEID() |
Determine if CONNECTINSTANCEID 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_CAMPAIGNSUMMARYLIST¶
TYPES TT_CAMPAIGNSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNCCAMPAIGNSUMMARY WITH DEFAULT KEY
.