/AWS1/CL_IVRLISTINGESTCONFSRSP¶
ListIngestConfigurationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_ingestconfigurations TYPE /AWS1/CL_IVRINGESTCONFSUMMARY=>TT_INGESTCONFIGURATIONLIST TT_INGESTCONFIGURATIONLIST¶
List of the matching ingest configurations (summary information only).
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVRPAGINATIONTOKEN /AWS1/IVRPAGINATIONTOKEN¶
If there are more IngestConfigurations than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
ingestConfigurations¶
List of the matching ingest configurations (summary information only).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGESTCONFIGURATIONS() |
Getter for INGESTCONFIGURATIONS, with configurable default |
ASK_INGESTCONFIGURATIONS() |
Getter for INGESTCONFIGURATIONS w/ exceptions if field has n |
HAS_INGESTCONFIGURATIONS() |
Determine if INGESTCONFIGURATIONS has a value |
nextToken¶
If there are more IngestConfigurations than
maxResults, usenextTokenin the request to get the next set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |