/AWS1/CL_AMULISTTHEMESRESPONSE¶
ListThemesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_entities TYPE /AWS1/CL_AMUTHEMESUMMARY=>TT_THEMESUMMARYLIST TT_THEMESUMMARYLIST¶
The list of themes for the Amplify app.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/AMUSTRING /AWS1/AMUSTRING¶
The pagination token that's returned if more results are available.
Queryable Attributes¶
entities¶
The list of themes for the Amplify app.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ENTITIES() | Getter for ENTITIES, with configurable default | 
| ASK_ENTITIES() | Getter for ENTITIES w/ exceptions if field has no value | 
| HAS_ENTITIES() | Determine if ENTITIES has a value | 
nextToken¶
The pagination token that's returned if more results are available.
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 |